kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24412
[PATCH 2/4] Don't clear compiler flags in 3d_cache directory
---
3d-viewer/3d_cache/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/3d-viewer/3d_cache/CMakeLists.txt b/3d-viewer/3d_cache/CMakeLists.txt
index 82ed6de..cc06e9d 100644
--- a/3d-viewer/3d_cache/CMakeLists.txt
+++ b/3d-viewer/3d_cache/CMakeLists.txt
@@ -1,3 +1 @@
-# unset CMAKE_CXX_FLAGS because it's contaminated with too many options
-set( CMAKE_CXX_FLAGS "" )
add_subdirectory( sg )
Follow ups
References