summaryrefslogtreecommitdiff
path: root/omegalib
diff options
context:
space:
mode:
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)