Revision: 58302
          http://sourceforge.net/p/brlcad/code/58302
Author:   brlcad
Date:     2013-10-25 17:57:43 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
should no longer need inclusion of CompilerFlags.cmake to be conditional as it 
just defines a bunch of macros

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-10-25 17:56:46 UTC (rev 58301)
+++ brlcad/trunk/CMakeLists.txt 2013-10-25 17:57:43 UTC (rev 58302)
@@ -1453,9 +1453,9 @@
 endif(NOT EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt.prev)
 
 # load our compiler testing macro definitions
+include(${BRLCAD_CMAKE_DIR}/CompilerFlags.cmake)
 if(NOT MSVC)
   # alas, we heavily assume and test for gcc-style flags in both
-  include(${BRLCAD_CMAKE_DIR}/CompilerFlags.cmake)
   include(${BRLCAD_CMAKE_DIR}/BRLCAD_CompilerFlags.cmake)
 endif(NOT MSVC)
 

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to