Skip to content

Commit

Permalink
update gsl lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Yakubov committed Jun 21, 2017
1 parent f634780 commit 16055e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 178 deletions.
178 changes: 0 additions & 178 deletions CMake/FindGSL.cmake

This file was deleted.

1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENDIF()
FIND_PACKAGE(GSL REQUIRED)
IF(GSL_FOUND)
MESSAGE("GSL FOUND!!!")
INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIRS})
ELSE()
MESSAGE("GSL IS NOT FOUND!!!!")
ENDIF()
Expand Down

0 comments on commit 16055e6

Please sign in to comment.