Revision: 77865
          http://sourceforge.net/p/brlcad/code/77865
Author:   starseeker
Date:     2020-12-02 03:02:54 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Folders shouldn't be MSVC specific in principle - just go ahead and set.

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-12-02 02:58:21 UTC (rev 77864)
+++ brlcad/trunk/CMakeLists.txt 2020-12-02 03:02:54 UTC (rev 77865)
@@ -1407,9 +1407,7 @@
 #----------------------------------------------------------------------
 # Some generators in CMake support generating folders in IDEs for
 # organizing build targets.  We want to use them if they are there.
-if(MSVC)
-  set_property(GLOBAL PROPERTY USE_FOLDERS ON)
-endif(MSVC)
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
 
 #----------------------------------------------------------------------
 # There are extra documentation files available requiring DocBook

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