]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime libraries are...
authorAdam <Adam@anope.org>
Tue, 9 May 2017 22:37:23 +0000 (18:37 -0400)
committerAdam <Adam@anope.org>
Tue, 9 May 2017 22:37:23 +0000 (18:37 -0400)
win/CMakeLists.txt

index 10653cf74a13692c75f618c444341c463096275a..7be08a3fcd43f2c18d4dea2f508347af1dd863ef 100644 (file)
@@ -85,6 +85,7 @@ file(MAKE_DIRECTORY ${LOG_PATH})
 install(DIRECTORY ${LOG_PATH} DESTINATION .)
 
 if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
+       set(CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION ".") # place runtime libraries next to InspIRCd binary
        include(InstallRequiredSystemLibraries)
 
        set(CPACK_PACKAGE_NAME "InspIRCd IRC Daemon")