summaryrefslogtreecommitdiffstats
path: root/dist/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-09-27 17:16:24 +0200
committerGitHub <noreply@github.com>2017-09-27 17:16:24 +0200
commita06adfa1e3aaaa249b3b9347160657fdb8a431f9 (patch)
tree70a28bcc4ad8741cea1b661008c9506f16343e32 /dist/CMakeLists.txt
parent3893d40c4afaadb5112847b6571bf505fe444915 (diff)
Revert "Aressem/remove post install script"
Diffstat (limited to 'dist/CMakeLists.txt')
-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})")