View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001660CMakepublic2005-03-09 14:112005-04-05 13:21
ReporterMathieu Malaterre 
Assigned ToBill Hoffman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001660: PROJECT NONE and C flags
DescriptionCmake crash with doing a PROJECT(FOO None) since on VS7 it check for c flags. One quick fix is to give dummy values:

SET(CMAKE_C_FLAGS "")
SET(CMAKE_C_FLAGS_RELEASE "")
SET(CMAKE_C_FLAGS_MINSIZEREL "")
SET(CMAKE_C_FLAGS_DEBUG "")
SET(CMAKE_C_FLAGS_RELWITHDEBINFO "")
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002282)
Bill Hoffman (manager)
2005-04-05 13:15

fixed in cvs. NONE now works.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team