You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by pe...@apache.org on 2017/08/03 21:07:25 UTC

svn commit: r1804045 - in /tcl/rivet/branches/cmake: ChangeLog cmake/CMakeLists.txt

Author: petasis
Date: Thu Aug  3 21:07:25 2017
New Revision: 1804045

URL: http://svn.apache.org/viewvc?rev=1804045&view=rev
Log:
CMake: More checks for rivet_config.h

Modified:
    tcl/rivet/branches/cmake/ChangeLog
    tcl/rivet/branches/cmake/cmake/CMakeLists.txt

Modified: tcl/rivet/branches/cmake/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/ChangeLog?rev=1804045&r1=1804044&r2=1804045&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/ChangeLog (original)
+++ tcl/rivet/branches/cmake/ChangeLog Thu Aug  3 21:07:25 2017
@@ -1,4 +1,7 @@
 2017-08-03 Georgios Petasis <pe...@apache.org>
+	* CMake build system: Removed "lib" prefix from some libraris.
+
+2017-08-03 Georgios Petasis <pe...@apache.org>
 	* CMake build system: Added support for installing Rivet. Added more
 	checks for various definitions in config.h/rivet_config.h.
 

Modified: tcl/rivet/branches/cmake/cmake/CMakeLists.txt
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/cmake/CMakeLists.txt?rev=1804045&r1=1804044&r2=1804045&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/cmake/CMakeLists.txt (original)
+++ tcl/rivet/branches/cmake/cmake/CMakeLists.txt Thu Aug  3 21:07:25 2017
@@ -126,6 +126,7 @@ add_library(rivet::worker_mpm    ALIAS r
 add_library(rivet::prefork_mpm   ALIAS rivet_prefork_mpm)
 add_library(rivet::lazy_mpm      ALIAS rivet_lazy_mpm)
 
+SET_TARGET_PROPERTIES(mod_rivet         PROPERTIES PREFIX "")
 SET_TARGET_PROPERTIES(rivet_worker_mpm  PROPERTIES PREFIX "")
 SET_TARGET_PROPERTIES(rivet_prefork_mpm PROPERTIES PREFIX "")
 SET_TARGET_PROPERTIES(rivet_lazy_mpm    PROPERTIES PREFIX "")



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org