We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6029ced commit d0185ebCopy full SHA for d0185eb
CMakeLists.txt
@@ -194,6 +194,11 @@ endforeach()
194
##########################
195
# wrap up
196
197
+
198
+# Force cache refresh for compile flags
199
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}" CACHE STRING "C compile flags" FORCE)
200
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" CACHE STRING "C++ compile flags" FORCE)
201
202
CONFIGURE_FILE(
203
${PROJECT_SOURCE_DIR}/src/TiledArray/config.h.in
204
${PROJECT_BINARY_DIR}/src/TiledArray/config.h
0 commit comments