Revision: 72276
          http://sourceforge.net/p/brlcad/code/72276
Author:   starseeker
Date:     2019-01-25 20:51:43 +0000 (Fri, 25 Jan 2019)
Log Message:
-----------
Add the find_package call for zlib to openNURBS

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

Modified: brlcad/trunk/src/other/openNURBS/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/openNURBS/CMakeLists.txt     2019-01-25 20:26:36 UTC 
(rev 72275)
+++ brlcad/trunk/src/other/openNURBS/CMakeLists.txt     2019-01-25 20:51:43 UTC 
(rev 72276)
@@ -323,6 +323,8 @@
   add_definitions(-DBRLCAD_FEATURE_EXTEND_UV_OVER_CLOSED_SEAMS)
 endif(BRLCAD_ENABLE_OPENNURBS_EXTENSIONS)
 
+find_package(ZLIB REQUIRED)
+
 set(OPENNURBS_LINKLIBRARIES ${ZLIB_LIBRARY})
 
 # Ideally, we should only need ZLIB here

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to