1
0
Fork 0

Misleading comment

This commit is contained in:
Andreas Streichardt 2016-07-07 18:51:13 +02:00
parent 256d5b818d
commit 8c4f1785f5
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ if (MSVC)
INSTALL(FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_COMPONENT} DESTINATION bin COMPONENT Libraries)
endif()
# This stuff here is only required for Windows7. later versions seem to handle / paths correctly
file(TO_NATIVE_PATH "${CMAKE_INSTALL_FULL_SYSCONFDIR}" ETCDIR_NATIVE)
STRING(REGEX REPLACE "\\\\" "\\\\\\\\" ETCDIR_ESCAPED "${ETCDIR_NATIVE}")
@ -420,4 +419,4 @@ if (BUNDLE_OPENSSL)
install (FILES "${SSL_EAY_RELEASE_DLL}"
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin"
COMPONENT Libraries)
endif()
endif()