Revision: 69976
          http://sourceforge.net/p/brlcad/code/69976
Author:   starseeker
Date:     2017-07-20 14:07:33 +0000 (Thu, 20 Jul 2017)
Log Message:
-----------
make the shared explicit

Modified Paths:
--------------
    brlcad/trunk/src/other/clipper/CMakeLists.txt

Modified: brlcad/trunk/src/other/clipper/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/clipper/CMakeLists.txt       2017-07-20 14:06:52 UTC 
(rev 69975)
+++ brlcad/trunk/src/other/clipper/CMakeLists.txt       2017-07-20 14:07:33 UTC 
(rev 69976)
@@ -27,7 +27,7 @@
 endif(NOT DEFINED BUILD_SHARED_LIBS)
 
 if(BUILD_SHARED_LIBS)
-  add_library(clipper clipper.cpp)
+  add_library(clipper SHARED clipper.cpp)
   set_target_properties(clipper PROPERTIES VERSION 4.6.0 SOVERSION 4)
   install(TARGETS clipper
     RUNTIME DESTINATION ${BIN_DIR}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to