From: <pat...@us...> - 2012-09-05 13:32:54
|
Revision: 710 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=710&view=rev Author: patrickh Date: 2012-09-05 13:32:44 +0000 (Wed, 05 Sep 2012) Log Message: ----------- MFT [r709]: Fix .fpc content on Windows. Submitted by Doug McCorkle Revision Links: -------------- http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=709&view=rev Modified Paths: -------------- branches/1.2/CMakeLists.txt Modified: branches/1.2/CMakeLists.txt =================================================================== --- branches/1.2/CMakeLists.txt 2012-09-05 13:32:00 UTC (rev 709) +++ branches/1.2/CMakeLists.txt 2012-09-05 13:32:44 UTC (rev 710) @@ -56,7 +56,7 @@ set(lib_path_flag "-L") elseif(MSVC) set(include_path_flag "/I") - set(lib_path_flag "/L") + set(lib_path_flag "/libpath:") else() message(FATAL_ERROR "Compiler not recognized - can't generate values for Flagpoll file") endif() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |