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 395e4e1 commit 6029cedCopy full SHA for 6029ced
tiledarray-config.cmake.in
@@ -15,7 +15,7 @@ set(TiledArray_INCLUDE_DIRS ${TiledArray_DIR}/include)
15
set(TiledArray_VERSION "@TILEDARRAY_VERSION@")
16
17
# Set compile and link flags, and remove optimization and debug flags
18
-set(TiledArray_COMPILE_FLAGS "@CMAKE_CXX_FLAGS@")
+set(TiledArray_COMPILE_FLAGS @CMAKE_CXX_FLAGS@)
19
set(TiledArray_LINKER_FLAGS "@CMAKE_EXE_LINKER_FLAGS@")
20
list(APPEND TiledArray_INCLUDE_DIRS @TiledArray_CONFIG_INCLUDE_DIRS@)
21
set(TiledArray_LIBRARIES @TiledArray_CONFIG_LIBRARIES@)
0 commit comments