From e2990e5c89646311f9a7ebc6b84df1d8c4e03dbb Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 4 Dec 2013 02:57:44 +0000 Subject: [PATCH] Remove transient cgt3.py --- unicorn/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn/src/CMakeLists.txt b/unicorn/src/CMakeLists.txt index 64c880c1..f233c70e 100644 --- a/unicorn/src/CMakeLists.txt +++ b/unicorn/src/CMakeLists.txt @@ -84,7 +84,7 @@ install ( TARGETS pyUnicorn DESTINATION ${PYTHON_SITE_PACKAGES} ) install ( TARGETS cgt.bin DESTINATION bin ) install ( PROGRAMS cgt.py DESTINATION bin RENAME cgt ) - install ( PROGRAMS cgt3.py DESTINATION bin RENAME cgt3 ) + #install ( PROGRAMS cgt3.py DESTINATION bin RENAME cgt3 ) install ( FILES ${mocincludes} ${pyIncludes} DESTINATION include/coriolis2/unicorn )