From dfb8be79cfc35c3a26f185b49f5104166dc736c9 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Oct 2014 17:22:29 +0200 Subject: [PATCH] Fix installation of libeay32.dll, ssleay32.dll while compiling the PACKAGE target --- cockatrice/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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