Revision: 75594
http://sourceforge.net/p/brlcad/code/75594
Author: starseeker
Date: 2020-04-23 22:13:17 +0000 (Thu, 23 Apr 2020)
Log Message:
-----------
Ah, right - this is set to NOTFOUND on Windows and CMake doesn't like that.
Modified Paths:
--------------
brlcad/trunk/src/libbu/CMakeLists.txt
Modified: brlcad/trunk/src/libbu/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/CMakeLists.txt 2020-04-23 22:07:57 UTC (rev
75593)
+++ brlcad/trunk/src/libbu/CMakeLists.txt 2020-04-23 22:13:17 UTC (rev
75594)
@@ -14,6 +14,9 @@
${REGEX_INCLUDE_DIRS}
${UUID_INCLUDE_DIR}
)
+if (UUID_INCLUDE_DIR)
+ set(BU_LOCAL_INCLUDE_DIRS ${BU_LOCAL_INCLUDE_DIRS} ${UUID_INCLUDE_DIR})
+endif (UUID_INCLUDE_DIR)
BRLCAD_LIB_INCLUDE_DIRS(bu BU_INCLUDE_DIRS BU_LOCAL_INCLUDE_DIRS)
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