Revision: 69963
          http://sourceforge.net/p/brlcad/code/69963
Author:   starseeker
Date:     2017-07-17 13:44:34 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
core target comes from stepcode

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2017-07-17 13:24:30 UTC (rev 69962)
+++ brlcad/trunk/CMakeLists.txt 2017-07-17 13:44:34 UTC (rev 69963)
@@ -3153,9 +3153,6 @@
   set_target_properties(distclean PROPERTIES FOLDER "Compilation Utilities")
 endif(TARGET distclean)
 
-# Not sure what this is - created automatically by CMake in MSVC?
-SetTargetFolder(core "CMakePredefinedTargets")
-
 # Have touched every file and directory that we are going to touch with the
 # build system - time to write out our lists for future processing.
 get_property(CMAKE_IGNORE_FILES GLOBAL PROPERTY CMAKE_IGNORE_FILES)

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2017-07-17 13:24:30 UTC (rev 
69962)
+++ brlcad/trunk/src/other/CMakeLists.txt       2017-07-17 13:44:34 UTC (rev 
69963)
@@ -871,6 +871,7 @@
 mark_as_advanced(SC_SDAI_ADDITIONAL_EXES_SRCS)
 mark_as_advanced(SC_TRACE_FPRINTF)
 SetTargetFolder(exp2cxx "Third Party Executables")
+SetTargetFolder(core "Compilation Utilities")
 SetTargetFolder(print_attrs "Compilation Utilities")
 SetTargetFolder(print_schemas "Compilation Utilities")
 SetTargetFolder(exppp "Third Party Executables")

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