View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002488CMakeCMakepublic2005-11-14 16:522005-11-22 14:37
ReporterMathieu Malaterre 
Assigned ToBill Hoffman 
PrioritylowSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002488: Cannot build CMake/ITK with Free cl
DescriptionI cannot build neither CMake nor ITK using free C++. I need to pacht Windows-cl.cmake to include default lib like:

kernel32.lib user32.lib gdi32.lib advapi32.lib rpcrt4.lib

Patch iIndex: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.41
diff -u -3 -p -r1.41 Windows-cl.cmake
--- Windows-cl.cmake 2 Aug 2005 21:41:42 -0000 1.41
+++ Windows-cl.cmake 14 Nov 2005 21:50:12 -0000
@@ -167,6 +167,8 @@ ELSE(CMAKE_COMPILER_2005)
     SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "/MT /O1")
     SET (CMAKE_C_FLAGS_RELEASE_INIT "/MT /O2")
     SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "/MT /Zi /O2")
+ SET (CMAKE_STANDARD_LIBRARIES "kernel32.lib user32.lib gdi32.lib advapi32.lib rpcrt4.lib" CACHE STRING
+ "Libraries linked by defalut with all applications.")
   ELSE(CMAKE_USING_VC_FREE_TOOLS)
     SET(CMAKE_BUILD_TYPE_INIT Debug)
     SET (CMAKE_CXX_FLAGS_INIT "/W3 /Zm1000 /GX /GR")
s:
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0003296)
Bill Hoffman (manager)
2005-11-22 12:04

fixed in cvs, try it.
(0003305)
Mathieu Malaterre (developer)
2005-11-22 14:37

Fixed too.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team