Skip to content

Commit 6029ced

Browse files
committed
Fixed an error in the CMake config file.
1 parent 395e4e1 commit 6029ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledarray-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(TiledArray_INCLUDE_DIRS ${TiledArray_DIR}/include)
1515
set(TiledArray_VERSION "@TILEDARRAY_VERSION@")
1616

1717
# Set compile and link flags, and remove optimization and debug flags
18-
set(TiledArray_COMPILE_FLAGS "@CMAKE_CXX_FLAGS@")
18+
set(TiledArray_COMPILE_FLAGS @CMAKE_CXX_FLAGS@)
1919
set(TiledArray_LINKER_FLAGS "@CMAKE_EXE_LINKER_FLAGS@")
2020
list(APPEND TiledArray_INCLUDE_DIRS @TiledArray_CONFIG_INCLUDE_DIRS@)
2121
set(TiledArray_LIBRARIES @TiledArray_CONFIG_LIBRARIES@)

0 commit comments

Comments
 (0)