diff --git a/CMakeLists.txt b/CMakeLists.txt index 92101a3..0064a29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ if (NOT DEFINED CONAN_EXPORTED) target_compile_definitions(ArbutilsTests PRIVATE TESTS_BUILD) endif() -install(TARGETS Arbutils - CONFIGURATIONS Release - RUNTIME DESTINATION lib) \ No newline at end of file +if (NOT WINDOWS) + install(TARGETS Arbutils + CONFIGURATIONS Release + RUNTIME DESTINATION lib) +endif() \ No newline at end of file