diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index ed50c41d..e3bcd8fa 100644 --- a/cockatrice/CMakeLists.txt +++ b/cockatrice/CMakeLists.txt @@ -323,6 +323,6 @@ Data = Resources\") " COMPONENT Runtime) if(WIN32SSLRUNTIME_FOUND) - install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION "${CMAKE_INSTALL_PREFIX}") + install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION ./) endif() endif() \ No newline at end of file