Skip to content

Commit

Permalink
Remove Foo_FOUND in the case FOO is REQUIRED
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed May 2, 2018
1 parent c02cfe1 commit 6b171a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ message(STATUS "proxTV version: ${proxTV_VERSION}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

find_package(LAPACKE REQUIRED)
message(STATUS "Lapacke found?: ${LAPACKE_FOUND}")
message(STATUS "Lapacke libraries: ${LAPACKE_LIBRARIES}")

find_package(LAPACK REQUIRED)
message(STATUS "Lapack found?: ${LAPACKE_FOUND}")
message(STATUS "Lapack libraries: ${LAPACK_LIBRARIES}")

find_package(Threads)
Expand Down

0 comments on commit 6b171a2

Please sign in to comment.