7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 21:29:17 +00:00

3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags

This commit is contained in:
unknown 2016-05-02 11:45:23 +02:00 committed by jean-pierre charras
parent 18c8f50b1d
commit ce331b03e8

View File

@ -1,3 +1 @@
# unset CMAKE_CXX_FLAGS because it's contaminated with too many options
set( CMAKE_CXX_FLAGS "" )
add_subdirectory( sg )