Revision: 42178
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42178&view=rev
Author:   starseeker
Date:     2011-01-12 22:07:58 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
For whatever reason, CMAKE_C_FLAGS is upsetting VC++ 2010 - comment it out

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2011-01-12 21:36:12 UTC (rev 
42177)
+++ brlcad/branches/cmake/CMakeLists.txt        2011-01-12 22:07:58 UTC (rev 
42178)
@@ -987,7 +987,7 @@
 
 # Before we finalize, set some specific global compiler flags
 IF(MSVC)
-       SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -nologo -D_CRT_SECURE_NO_WARNINGS)
+       #SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -nologo -D_CRT_SECURE_NO_WARNINGS)
        SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -nologo 
-D_CRT_SECURE_NO_WARNINGS)
        SET(CMAKE_EXE_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT} /NOLOGO)
        SET(CMAKE_SHARED_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT} 
/NOLOGO)


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to