From: asl Date: Fri, 26 Jun 2015 09:37:03 +0000 (+0300) Subject: patch for correct linkage to shapelib X-Git-Tag: v1.4.2~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a30d37e33ab50b19b0b6e5fb8eccbb9c926b7cc;p=modules%2Fhydro.git patch for correct linkage to shapelib --- 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)