Skip to content

Commit

Permalink
examples only config pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 12, 2022
1 parent 34efa1f commit 709d82a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ if(NOT EXISTS ${PROJECT_BINARY_DIR}/.gitignore)
file(WRITE ${PROJECT_BINARY_DIR}/.gitignore "*")
endif()

set(CMAKE_FIND_PACKAGE_PREFER_CONFIG true)
find_package(SCALAPACK REQUIRED)
find_package(SCALAPACK CONFIG REQUIRED)

include(CheckFortranSourceCompiles)

Expand Down

0 comments on commit 709d82a

Please sign in to comment.