diff options
Diffstat (limited to 'cmake/platform/unix')
-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 5d30c280da3..e53e680a566 100644 --- a/cmake/platform/unix/settings.cmake +++ b/cmake/platform/unix/settings.cmake @@ -20,7 +20,7 @@ message(STATUS "UNIX: Configuring uninstall target") # create uninstaller target (allows for using "make uninstall") add_custom_target(uninstall - "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" + "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" ) message(STATUS "UNIX: Created uninstall target") |