Skip to content
Snippets Groups Projects
Commit 80ccc06b authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Use `find_package` for GPC

Following commit e741203 of `GPC_F`. We have to add this
`find_package` of GPC in `Detection_eddies` because `GPC_F` now
declares a dependency on the abstract target GPC.
parent 8f5d4b1c
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
find_package(Numer_Rec_95 REQUIRED CONFIG)
find_package(EZMPI REQUIRED CONFIG)
find_package(GPC_F REQUIRED CONFIG)
find_package(GPC REQUIRED CONFIG)
endif()
find_path(fortrangis_INCLUDE_DIR shapelib.mod REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment