From: <pat...@us...> - 2012-07-30 15:04:52
|
Revision: 701 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=701&view=rev Author: patrickh Date: 2012-07-30 15:04:41 +0000 (Mon, 30 Jul 2012) Log Message: ----------- Only install SpiritParser.h if it is built into the library. Submitted by: Doug McCorkle Modified Paths: -------------- trunk/cppdom/CMakeLists.txt Modified: trunk/cppdom/CMakeLists.txt =================================================================== --- trunk/cppdom/CMakeLists.txt 2012-07-30 15:03:35 UTC (rev 700) +++ trunk/cppdom/CMakeLists.txt 2012-07-30 15:04:41 UTC (rev 701) @@ -12,7 +12,6 @@ cppdom.h predicates.h shared_ptr.h - SpiritParser.h xmlparser.h xmltokenizer.h version.h) @@ -27,6 +26,7 @@ if(BOOST_FOUND) include_directories(${Boost_INCLUDE_DIRS}) list(APPEND SOURCES SpiritParser.cpp) + list(APPEND API SpiritParser.h) endif() add_definitions(-DCPPDOM_EXPORTS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |