Buildsystem: Fix minor typo

--HG--
branch : trunk
This commit is contained in:
click
2010-10-07 22:37:13 +02:00
parent 8832254c6d
commit 6e86977b16

View File

@@ -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
)