|
From: <pat...@us...> - 2012-09-05 13:32:11
|
Revision: 709
http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=709&view=rev
Author: patrickh
Date: 2012-09-05 13:32:00 +0000 (Wed, 05 Sep 2012)
Log Message:
-----------
Fix .fpc content on Windows.
Submitted by Doug McCorkle
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2012-08-12 18:30:22 UTC (rev 708)
+++ trunk/CMakeLists.txt 2012-09-05 13:32:00 UTC (rev 709)
@@ -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.
|