[SCM] OCE packaging branch, upstream, updated. OCE-0.6.0-230-g17bea23

tpaviot tpaviot at gmail.com
Fri Feb 24 18:50:17 UTC 2012


The following commit has been merged in the upstream branch:
commit 222ea376d7e5b3d3d4274221af7ba01b7327b827
Author: tpaviot <tpaviot at gmail.com>
Date:   Fri Jan 6 09:33:47 2012 +0100

    OSX fix: moved @CMAKE_COMMAND@ to ${CMAKE_COMMAND}

diff --git a/cmake_uninstall.cmake.in b/cmake_uninstall.cmake.in
index 4a2a55c..c8387c8 100644
--- a/cmake_uninstall.cmake.in
+++ b/cmake_uninstall.cmake.in
@@ -9,7 +9,7 @@ foreach (file ${files})
     message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"")
     if (EXISTS "$ENV{DESTDIR}${file}")
         execute_process(
-            COMMAND @CMAKE_COMMAND@ -E remove "$ENV{DESTDIR}${file}"
+            COMMAND ${CMAKE_COMMAND} -E remove "$ENV{DESTDIR}${file}"
             OUTPUT_VARIABLE rm_out
             RESULT_VARIABLE rm_retval
         )

-- 
OCE packaging



More information about the debian-science-commits mailing list