diff options
-rw-r--r-- | cmake/platform/cmake_uninstall.in.cmake (renamed from cmake/platform/unix/cmake_uninstall.in.cmake) | 0 | ||||
-rw-r--r-- | cmake/platform/osx/settings.cmake | 2 | ||||
-rw-r--r-- | cmake/platform/unix/settings.cmake | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cmake/platform/unix/cmake_uninstall.in.cmake b/cmake/platform/cmake_uninstall.in.cmake index 06f9c8263a8..06f9c8263a8 100644 --- a/cmake/platform/unix/cmake_uninstall.in.cmake +++ b/cmake/platform/cmake_uninstall.in.cmake diff --git a/cmake/platform/osx/settings.cmake b/cmake/platform/osx/settings.cmake index eb623066822..12a7eb193eb 100644 --- a/cmake/platform/osx/settings.cmake +++ b/cmake/platform/osx/settings.cmake @@ -16,7 +16,7 @@ endif() # configure uninstaller configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in" + "${CMAKE_SOURCE_DIR}/cmake/platform/cmake_uninstall.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY ) 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 ) |