Salome HOME
patch for correct linkage to shapelib
authorasl <asl@opencascade.com>
Fri, 26 Jun 2015 09:37:03 +0000 (12:37 +0300)
committerasl <asl@opencascade.com>
Fri, 26 Jun 2015 09:37:03 +0000 (12:37 +0300)
CMakeLists.txt

index 7be94504dbe530c532f8f8594fee930e207f6ce0..6d87ed595efb3993561526451b699b7136fdeb01 100644 (file)
@@ -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)