# #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 http://downloads.sourceforge.net/project/witty/wt/3.3.4/wt-3.3.4.tar.gz URL_MD5 fdbb6042c7d6901e254685966ff55fac CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} DEPENDS boost )