From 3a30d37e33ab50b19b0b6e5fb8eccbb9c926b7cc Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 26 Jun 2015 12:37:03 +0300 Subject: [PATCH] patch for correct linkage to shapelib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7be94504..6d87ed59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -193,7 +193,7 @@ INCLUDE(CMakePackageConfigHelpers) # List of targets in this project we want to make visible to the rest of the world. # They all have to be INSTALL'd with the option "EXPORT ${PROJECT_NAME}TargetGroup" SET(_${PROJECT_NAME}_exposed_targets - HYDROData HYDROPy + shapelib HYDROData HYDROPy ) IF(SALOME_BUILD_TESTS) -- 2.39.2