[mapguide-commits] r9278 - sandbox/jng/cmake_v2/Web/src/ApacheAgent

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jan 5 03:44:27 PST 2018


Author: jng
Date: 2018-01-05 03:44:27 -0800 (Fri, 05 Jan 2018)
New Revision: 9278

Modified:
   sandbox/jng/cmake_v2/Web/src/ApacheAgent/CMakeLists.txt
Log:
Remove duplicate set_target_properties in mod_mgmapagent

Modified: sandbox/jng/cmake_v2/Web/src/ApacheAgent/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/Web/src/ApacheAgent/CMakeLists.txt	2018-01-05 11:32:53 UTC (rev 9277)
+++ sandbox/jng/cmake_v2/Web/src/ApacheAgent/CMakeLists.txt	2018-01-05 11:44:27 UTC (rev 9278)
@@ -31,7 +31,6 @@
 )
 
 add_library(mod_mgmapagent SHARED ${mod_mgmapagent_SRCS})
-set_target_properties(mod_mgmapagent PROPERTIES PREFIX "")
 add_dependencies(mod_mgmapagent httpd)
 
 target_link_libraries(mod_mgmapagent



More information about the mapguide-commits mailing list