]> granicus.if.org Git - icinga2/commitdiff
Fix OpenSSL path.
authorGunnar Beutner <gunnar@beutner.name>
Sat, 19 Apr 2014 10:25:33 +0000 (12:25 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Sat, 19 Apr 2014 10:25:33 +0000 (12:25 +0200)
Refs #4865

CMakeLists.txt

index 298d8dc47c0cb4538d861e958d60874babd7904a..d5097ba53149b54e7c64c7eab0d4953937e28fdc 100644 (file)
@@ -71,7 +71,7 @@ if(MSVC)
 
   install(
     PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
-      C:\\openssl\\bin\\libeay32.dll C:\\openssl\\bin\\ssleay32.dll
+      C:\\\\openssl\\\\bin\\\\libeay32.dll C:\\\\openssl\\\\bin\\\\ssleay32.dll
     DESTINATION ${CMAKE_INSTALL_SBINDIR}
   )
 endif()