Revision: 71889
          http://sourceforge.net/p/brlcad/code/71889
Author:   starseeker
Date:     2018-09-27 14:14:50 +0000 (Thu, 27 Sep 2018)
Log Message:
-----------
Make sure the build system knows about dir_macosx.m

Modified Paths:
--------------
    brlcad/trunk/src/libbu/CMakeLists.txt

Modified: brlcad/trunk/src/libbu/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/CMakeLists.txt       2018-09-27 13:00:43 UTC (rev 
71888)
+++ brlcad/trunk/src/libbu/CMakeLists.txt       2018-09-27 14:14:50 UTC (rev 
71889)
@@ -45,6 +45,8 @@
 
 if(Foundation_FRAMEWORKS)
   set(DIR_MACOSX_M dir_macosx.m)
+else(Foundation_FRAMEWORKS)
+  CMAKEFILES(dir_macosx.m)
 endif(Foundation_FRAMEWORKS)
 
 set(LIBBU_SOURCES

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