Skip to content

Commit

Permalink
Added modifications to CMakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois committed Nov 28, 2017
1 parent 66c14d4 commit a0e09a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ExternalProject_Add(SPARSE2D
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/extern)
set(SPARSE2D_LIBRARY_DIR ${CMAKE_BINARY_DIR}/extern/lib)
set(SPARSE2D_INCLUDE_DIR ${CMAKE_BINARY_DIR}/extern/include)
set(SPARSE2D_LIBRARIES -lsparse2d)
set(SPARSE2D_LIBRARIES -lsparse2d -lsparse1d -ltools)

include_directories(${SPARSE2D_INCLUDE_DIR}
${GSL_INCLUDE_DIR}
Expand Down

0 comments on commit a0e09a4

Please sign in to comment.