Re: [CMake] ignoring a specific library

2007-11-08 Thread Philip Lowman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Wyszomierski wrote: > Hi Philip, > > Thanks for your help. I down-graded to 2.4.6 but no luck. Here's my exact > text: > > SET(VS_MULTITHREADED_DEBUG_IGNORE_LIBRARY_FLAGS >"/NODEFAULTLIB:nafxcwd.lib > /NODEFAULTLIB:libcmtd.lib" > ) > SE

Re: [CMake] ignoring a specific library

2007-11-07 Thread Mark Wyszomierski
Hi Philip, Thanks for your help. I down-graded to 2.4.6 but no luck. Here's my exact text: SET(VS_MULTITHREADED_DEBUG_IGNORE_LIBRARY_FLAGS "/NODEFAULTLIB:nafxcwd.lib /NODEFAULTLIB:libcmtd.lib" ) SET_TARGET_PROPERTIES(my_test_app PROPERTIES LINK_FLAGS_DEBUG ${VS_MULTITHREADED_

Re: [CMake] ignoring a specific library

2007-11-02 Thread Philip Lowman
Mark Wyszomierski wrote: > Is it possible to add an ignore library to CMakeLists.txt? This is > specifically for a win32 project. I want to ignore: > > nafxcwd.lib > libcmtd.lib Here's how I do this with CMake 2.4.6. Unfortunately passing more than one /NODEFAULTLIB arguments was broken

[CMake] ignoring a specific library

2007-11-02 Thread Mark Wyszomierski
Hi, Is it possible to add an ignore library to CMakeLists.txt? This is specifically for a win32 project. I want to ignore: nafxcwd.lib libcmtd.lib Thanks ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake