diff options
author | click <none@none> | 2010-10-07 20:05:46 +0200 |
---|---|---|
committer | click <none@none> | 2010-10-07 20:05:46 +0200 |
commit | 0ff3d8905e51c09cab3e5964787635615ca73ac5 (patch) | |
tree | 1906e846c8eeeeabd87259d1fd38a37d69cc523b /cmake/platform/unix/settings.cmake | |
parent | c17bfb8b448b13a37ac7541f4f07ed1cb79018c4 (diff) |
Buildsystem: Move uninstall-target for UNIX and OSX platforms
--HG--
branch : trunk
rename : cmake/platform/unix/cmake_uninstall.in.cmake => cmake/platform/cmake_uninstall.in.cmake
Diffstat (limited to 'cmake/platform/unix/settings.cmake')
-rw-r--r-- | cmake/platform/unix/settings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake index 72d4ea30927..5d30c280da3 100644 --- a/cmake/platform/unix/settings.cmake +++ b/cmake/platform/unix/settings.cmake @@ -12,7 +12,7 @@ endif() # configure uninstaller configure_file( - "${CMAKE_SOURCE_DIR}/cmake/platform/unix/cmake_uninstall.in.cmake" + "${CMAKE_SOURCE_DIR}/cmake/platform/cmake_uninstall.in.cmake" "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" @ONLY ) |