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/13 13:11:07 UTC

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

Author: petasis
Date: Sun Aug 13 13:11:06 2017
New Revision: 1804910

URL: http://svn.apache.org/viewvc?rev=1804910&view=rev
Log:
CMake fix

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=1804910&r1=1804909&r2=1804910&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/ChangeLog (original)
+++ tcl/rivet/branches/cmake/ChangeLog Sun Aug 13 13:11:06 2017
@@ -1,3 +1,8 @@
+2017-08-10 Georgios Petasis <pe...@apache.org>
+    * cmake/CMakeLists.txt: Modified also variable CMAKE_PREFIX_PATH, as
+    TCL_ROOT and TclStub_ROOT are specific to CMake 3.9.0, and will be
+    removed. See https://gitlab.kitware.com/cmake/cmake/issues/17158.
+
 2017-08-12 Massimo Manghi <mx...@apache.org>
 	* src/mod_rivet_ng/mod_rivet.c: moving to 
 	Rivet_RunServerInit the call to the bridge specific

Modified: tcl/rivet/branches/cmake/cmake/CMakeLists.txt
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/cmake/CMakeLists.txt?rev=1804910&r1=1804909&r2=1804910&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/cmake/CMakeLists.txt (original)
+++ tcl/rivet/branches/cmake/cmake/CMakeLists.txt Sun Aug 13 13:11:06 2017
@@ -157,6 +157,7 @@ if (NOT "${with-tcl}" STREQUAL "")
   MESSAGE ( STATUS "  Tcl lib directory manually set by -Dwith-tcl=" ${with-tcl} )
   get_filename_component(RIVET_TCL_ROOT "${with-tcl}" DIRECTORY)
   MESSAGE ( STATUS "  Setting Tcl root to: " ${RIVET_TCL_ROOT} )
+  set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${RIVET_TCL_ROOT} )
   set (TCL_ROOT ${RIVET_TCL_ROOT})
   set (TclStub_ROOT ${RIVET_TCL_ROOT})
 endif ()



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