Skip to content

Commit a0e09a4

Browse files
author
Francois
committed
Added modifications to CMakelists
1 parent 66c14d4 commit a0e09a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ExternalProject_Add(SPARSE2D
4242
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/extern)
4343
set(SPARSE2D_LIBRARY_DIR ${CMAKE_BINARY_DIR}/extern/lib)
4444
set(SPARSE2D_INCLUDE_DIR ${CMAKE_BINARY_DIR}/extern/include)
45-
set(SPARSE2D_LIBRARIES -lsparse2d)
45+
set(SPARSE2D_LIBRARIES -lsparse2d -lsparse1d -ltools)
4646

4747
include_directories(${SPARSE2D_INCLUDE_DIR}
4848
${GSL_INCLUDE_DIR}

0 commit comments

Comments
 (0)