From 6e86977b1669aeea034e7fd0993fe1085ef1b64e Mon Sep 17 00:00:00 2001 From: click Date: Thu, 7 Oct 2010 22:37:13 +0200 Subject: Buildsystem: Fix minor typo --HG-- branch : trunk --- cmake/platform/osx/settings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v1.2.3