From 68a0219bd5d20904d9196db2dcd505e6cca3f49f Mon Sep 17 00:00:00 2001 From: Damien Dupuis Date: Thu, 15 Sep 2011 10:35:14 +0000 Subject: [PATCH] install buildCoriolis.py to bin so user can found it in /asim/coriolis2/bin/buildCoriolis2.py in default installation --- bootstrap/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/CMakeLists.txt b/bootstrap/CMakeLists.txt index df208c73..893be95e 100644 --- a/bootstrap/CMakeLists.txt +++ b/bootstrap/CMakeLists.txt @@ -16,3 +16,6 @@ PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE) + + install(FILES buildCoriolis.py + DESTINATION bin)