diff --git a/Executables/CMakeLists.txt b/Executables/CMakeLists.txt index 8798f32..de23744 100644 --- a/Executables/CMakeLists.txt +++ b/Executables/CMakeLists.txt @@ -20,5 +20,5 @@ TARGET_LINK_LIBRARIES(cableidx ) INSTALL(TARGETS cswig cableidx - RUNTIME DESTINATION ${GCCXML_INSTALL_ROOT}bin + RUNTIME DESTINATION ${CableSwig_INSTALL_ROOT}bin COMPONENT Development)