[Kst] branches/work/kst/portto4/kst/cmake/misc
Peter Kümmel
syntheticpp at gmx.net
Tue Oct 23 19:21:51 UTC 2012
SVN commit 1322172 by kuemmel:
deploy mingw's dwarf2 runtime library if neccessary
M +2 -2 CMakeLists.txt
--- branches/work/kst/portto4/kst/cmake/misc/CMakeLists.txt #1322171:1322172
@@ -47,8 +47,8 @@
endif()
if(EXISTS ${MINGW_BIN_PATH}/libgcc_s_sjlj-1.dll)
list(APPEND runtime ${MINGW_BIN_PATH}/libgcc_s_sjlj-1.dll)
- elseif(EXISTS ${MINGW_BIN_PATH}/libwinpthread-1.dll)
- list(APPEND runtime ${MINGW_BIN_PATH}/libwinpthread-1.dll)
+ elseif(EXISTS ${MINGW_BIN_PATH}/libgcc_s_dw2-1.dll)
+ list(APPEND runtime ${MINGW_BIN_PATH}/libgcc_s_dw2-1.dll)
endif()
if(EXISTS ${MINGW_BIN_PATH}/libstdc++-6.dll)
list(APPEND runtime ${MINGW_BIN_PATH}/libstdc++-6.dll)
More information about the Kst
mailing list