summaryrefslogtreecommitdiff
path: root/omegalib
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-17 17:34:55 +0000
committerTuowen Zhao <ztuowen@gmail.com>2016-09-17 17:34:55 +0000
commit2fc34985f331c8d7b92969c5c657cb24f340ce25 (patch)
tree9ff81adf6601f4e52ca3b4ef56b83fd0e9b64649 /omegalib
parent40103206a1f9dabcd06553543b7bdf464035dcc8 (diff)
downloadchill-2fc34985f331c8d7b92969c5c657cb24f340ce25.tar.gz
chill-2fc34985f331c8d7b92969c5c657cb24f340ce25.tar.bz2
chill-2fc34985f331c8d7b92969c5c657cb24f340ce25.zip
fix install
Diffstat (limited to 'omegalib')
-rw-r--r--omegalib/omega_calc/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/omegalib/omega_calc/CMakeLists.txt b/omegalib/omega_calc/CMakeLists.txt
index cc40c3e..9afbcd6 100644
--- a/omegalib/omega_calc/CMakeLists.txt
+++ b/omegalib/omega_calc/CMakeLists.txt
@@ -29,4 +29,5 @@ add_dependencies(omega_calc omega codegen)
target_link_libraries(omega_calc omega codegen)
install(TARGETS omega_calc
- RUNTIME DESTINATION bin)
+ DESTINATION bin
+ COMPONENT omega_calc OPTIONAL)