summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-09-18 13:37:07 +0000
committerTor Egge <Tor.Egge@oath.com>2017-09-18 13:37:07 +0000
commit2cfe56241063e2d3684f142987eaa2f3254336a0 (patch)
tree3360fe537d3f312df5c404a45ec75737d144ac5e /dist
parent977c1fb4a2d45820e44ccedb848138bf38150ac1 (diff)
Try to run post_install.sh later by placing the install statement in
the last subdirectory added.
Diffstat (limited to 'dist')
-rw-r--r--dist/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt
new file mode 100644
index 00000000000..d06074074df
--- /dev/null
+++ b/dist/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/post_install.sh ${CMAKE_INSTALL_PREFIX})")