Revision: 77277
          http://sourceforge.net/p/brlcad/code/77277
Author:   starseeker
Date:     2020-09-29 18:55:20 +0000 (Tue, 29 Sep 2020)
Log Message:
-----------
Going this route, we're going to have to properly figure out how to feed 
find_package for all of these.  Will also have to turn back on a bunch of 
header installation logic in the external builds, since we need it to set the 
state for BRL-CAD compilation now and we're no longer suppressing it to keep 
them out of the install.

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/misc/CMake/FindOPENNURBS.cmake

Modified: brlcad/branches/thirdparty_rework/misc/CMake/FindOPENNURBS.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/misc/CMake/FindOPENNURBS.cmake    
2020-09-29 18:47:02 UTC (rev 77276)
+++ brlcad/branches/thirdparty_rework/misc/CMake/FindOPENNURBS.cmake    
2020-09-29 18:55:20 UTC (rev 77277)
@@ -44,7 +44,7 @@
 #  OpenNURBS requires zlib
 find_package(ZLIB)
 
-find_path(OPENNURBS_INCLUDE_DIR opennurbs.h)
+find_path(OPENNURBS_INCLUDE_DIR opennurbs.h PATHS openNURBS)
 find_library(OPENNURBS_LIBRARY NAMES opennurbs openNURBS OpenNURBS)
 
 include(FindPackageHandleStandardArgs)

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to