mirror of https://gitee.com/bigwinds/arangodb
Misleading comment
This commit is contained in:
parent
256d5b818d
commit
8c4f1785f5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue