diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 738497c99a..62f2b6a9b9 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -31,7 +31,7 @@ components: branch: master dest_dir: infra fetch_tags: true - revision: v6164 + revision: v6165 type: git internal: branch: master diff --git a/shared/offline_compiler/source/CMakeLists.txt b/shared/offline_compiler/source/CMakeLists.txt index a48d86156b..4cee11ac95 100644 --- a/shared/offline_compiler/source/CMakeLists.txt +++ b/shared/offline_compiler/source/CMakeLists.txt @@ -437,6 +437,10 @@ elseif(WIN32) COMPONENT ocloc ) install(TARGETS ${OCLOC_NAME}_lib + RUNTIME + DESTINATION ${CMAKE_INSTALL_BINDIR} + COMPONENT ocloc + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT ocloc )