# explicitely configure distutils (to use the VS configuration we'll tell in next bat script) because by default it uses the most recent VS version but we need to use VS 2015 (because libmatio etc. are compiled with this version)
# explicitly configure distutils (to use the VS configuration we'll tell in next bat script) because by default it uses the most recent VS version but we need to use VS 2015 (because libmatio etc. are compiled with this version)
-set DISTUTILS_USE_SDK=1
-call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
message(WARNING "the gpu_mod build directory ${GPU_MOD_BUILD_DIR} must exist and the library compiled in order to support CUDA ${CUDA_CONF} in the pyfaust wrapper.")