# #wt # #NOTE: Wt requires Visual Studio 2010 SP1 or newer in order to build on Windows # if (MSVC) if (MSVC_VERSION LESS 1600) message (FATAL_ERROR "Wt requires at least Visual Studio 2010 SP1 in order to build") endif (MSVC_VERSION LESS 1600) endif (MSVC) ExternalProject_Add ( wt PREFIX ${CMAKE_INSTALL_PREFIX} URL https://github.com/emweb/wt/archive/3.3.7-rc1.tar.gz URL_MD5 9275b11c5885ee1ca9bc59c22db509ca CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} DEPENDS boost )