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 09:05:47 UTC

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

Author: petasis
Date: Thu Aug  3 09:05:47 2017
New Revision: 1803963

URL: http://svn.apache.org/viewvc?rev=1803963&view=rev
Log:
New branch for cmake build system

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=1803963&r1=1803962&r2=1803963&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/cmake/CMakeLists.txt (original)
+++ tcl/rivet/branches/cmake/cmake/CMakeLists.txt Thu Aug  3 09:05:47 2017
@@ -20,7 +20,7 @@ project(Rivet VERSION ${RIVET_VERSION} L
 # ===========================================================================
 set(with-tclsh "" CACHE FILEPATH "location of a working tclsh executable")
 set(with-tcl   "" CACHE PATH "directory containing tcl configuration (tclConfig.sh)")
-set(with-post-max 0 CACHE STRING "BYTES Maximum size of data to be sent with a POST")
+set(with-post-max 0 CACHE STRING  "BYTES Maximum size of data to be sent with a POST")
 option(version-display            "Display Rivet version in Apache signature" OFF)
 option(head-requests              "Returns real headers in response to a HEAD request" OFF)
 option(single-thread              "forces the worker brigde to create a single thread (debug)" OFF)
@@ -138,7 +138,7 @@ set(RIVET_INCLUDE_DIRS_PRIVATE
   "${PROJECT_BINARY_DIR}" 
 )
 target_include_directories(rivetparser PUBLIC ${RIVET_INCLUDE_DIRS_PUBLIC} PRIVATE ${RIVET_INCLUDE_DIRS_PRIVATE})
-target_include_directories(mod_rivet_ng   PUBLIC ${RIVET_INCLUDE_DIRS_PUBLIC} PRIVATE ${RIVET_INCLUDE_DIRS_PRIVATE})
+target_include_directories(mod_rivet   PUBLIC ${RIVET_INCLUDE_DIRS_PUBLIC} PRIVATE ${RIVET_INCLUDE_DIRS_PRIVATE})
 
 set(CONFIGURE_CMD "cmake -${CMAKE_ARGC} ${CMAKE_ARGV0}")
 if(version-display)



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