Skip to content

Commit

Permalink
cmake: fix stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Jan 10, 2019
1 parent b5ed79b commit 070ca8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ if(SCAFACOS)
endif(SCAFACOS)

if(GSL_FOUND)
target_include_directories(EspressoCore PUBLIC ${GSL_INCLUDE_DIRS})
target_link_libraries(EspressoCore PRIVATE GSL::gsl GSL::gslcblas)
target_link_libraries(EspressoCore GSL::gsl GSL::gslcblas)
endif(GSL_FOUND)

if(CUDA)
Expand Down

0 comments on commit 070ca8f

Please sign in to comment.