CMAKE disable building the windows launcher, fix type in delayloading of debug dll

This commit is contained in:
Martijn Berger
2016-03-31 14:05:38 +02:00
parent 791a0852e8
commit c0cb9d75d6
2 changed files with 2 additions and 12 deletions

View File

@@ -1316,7 +1316,7 @@ elseif(WIN32)
set(OPENMP_DLL_NAME "vcomp140")
endif()
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} /DELAYLOAD:${OPENMP_DLL_NAME}.dll delayimp.lib")
set(PLATFORM_LINKFLAGS_DEBUG "${PLATFORM_LINKFLAGS_DEBUG} /DELAYLOAD::${OPENMP_DLL_NAME}d.dll delayimp.lib")
set(PLATFORM_LINKFLAGS_DEBUG "${PLATFORM_LINKFLAGS_DEBUG} /DELAYLOAD:${OPENMP_DLL_NAME}d.dll delayimp.lib")
endif()
if(NOT DEFINED LIBDIR)