aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <none@none>2010-10-07 22:37:13 +0200
committerclick <none@none>2010-10-07 22:37:13 +0200
commit6e86977b1669aeea034e7fd0993fe1085ef1b64e (patch)
treef211a80d6dc3a1a60745d25e0378c331964329e9
parent8832254c6d93b8aebf0e34291c294a40d117d7e1 (diff)
Buildsystem: Fix minor typo
--HG-- branch : trunk
-rw-r--r--cmake/platform/osx/settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/osx/settings.cmake b/cmake/platform/osx/settings.cmake
index 734a9e5aa84..73d62ce2d59 100644
--- a/cmake/platform/osx/settings.cmake
+++ b/cmake/platform/osx/settings.cmake
@@ -16,7 +16,7 @@ endif()
# configure uninstaller
configure_file(
- "${CMAKE_SOURCE_DIR}/cmake/platform/cmake_uninstall.cmake.in"
+ "${CMAKE_SOURCE_DIR}/cmake/platform/cmake_uninstall.in.cmake"
"${CMAKE_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY
)