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 20:58:37 UTC

svn commit: r1804044 - /tcl/rivet/branches/cmake/cmake/CMakeLists.txt

Author: petasis
Date: Thu Aug  3 20:58:37 2017
New Revision: 1804044

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

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

Modified: tcl/rivet/branches/cmake/cmake/CMakeLists.txt
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/cmake/CMakeLists.txt?rev=1804044&r1=1804043&r2=1804044&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/cmake/CMakeLists.txt (original)
+++ tcl/rivet/branches/cmake/cmake/CMakeLists.txt Thu Aug  3 20:58:37 2017
@@ -126,6 +126,10 @@ 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(rivet_worker_mpm  PROPERTIES PREFIX "")
+SET_TARGET_PROPERTIES(rivet_prefork_mpm PROPERTIES PREFIX "")
+SET_TARGET_PROPERTIES(rivet_lazy_mpm    PROPERTIES PREFIX "")
+
 #  Definitions...
 # ===========================================================================
 target_compile_definitions (rivetparser        PRIVATE



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