summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bac20071281..0f152f888f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,5 +72,5 @@ __create_module_targets(TARGETS "module")
__create_module_targets(TEST_TARGETS "test")
# Post installation steps. Need to be the last install(...) call in this file.
-install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/dist/post_install.sh $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})")
+install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/dist/post_install.sh ${CMAKE_INSTALL_PREFIX})")