diff options
| author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-19 21:52:54 +0000 | 
|---|---|---|
| committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-19 21:52:54 +0000 | 
| commit | ad802305ebdc4a3956f90382f7d40a104e8c2f73 (patch) | |
| tree | 90e61e06135734094983be2219c79c9d6c915c1c /lib/rosecg | |
| parent | a9ed06bec80a2a975102195b5b7b4fe7fece3d38 (diff) | |
| download | chill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.tar.gz chill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.tar.bz2 chill-ad802305ebdc4a3956f90382f7d40a104e8c2f73.zip  | |
removed wrong install target
Diffstat (limited to 'lib/rosecg')
| -rw-r--r-- | lib/rosecg/CMakeLists.txt | 3 | 
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)  | 
