From ce331b03e8b20a8be2f1ebde9b4c18b36abae0ef Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 May 2016 11:45:23 +0200 Subject: [PATCH] 3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags --- 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 82ed6dec69..cc06e9deb7 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 )