summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-19 21:52:54 +0000
committerTuowen Zhao <ztuowen@gmail.com>2016-09-19 21:52:54 +0000
commitad802305ebdc4a3956f90382f7d40a104e8c2f73 (patch)
tree90e61e06135734094983be2219c79c9d6c915c1c
parenta9ed06bec80a2a975102195b5b7b4fe7fece3d38 (diff)
downloadchill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.tar.gz
chill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.tar.bz2
chill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.zip
removed wrong install target
-rw-r--r--lib/rosecg/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rosecg/CMakeLists.txt b/lib/rosecg/CMakeLists.txt
index f6dde35..4da3bcf 100644
--- a/lib/rosecg/CMakeLists.txt
+++ b/lib/rosecg/CMakeLists.txt
@@ -17,8 +17,5 @@ add_library(rosecg ${CODEGEN_ROSE_SRC})
install(TARGETS rosecg
DESTINATION lib)
-install(TARGETS omega
- ARCHIVE DESTINATION lib)
-
install(DIRECTORY include/code_gen
DESTINATION include)