I am able run the following:
mkdir build \
cmake -G “Visual Studio 15 2017” \
-A x64 \
-D SWIG DIR= <SWIG_DIR> \
-D SWIG EXECUTABLE= <PATH_TO_swig.exe> \
-D ORE:PATHNAME= <PATH_TO_ORE_ROOT> \
-D BOOST ROOT= <PATH_TO_BOOST> \
-S OREAnalytics-SWIG/Python \
-B build \
The failure happens when I run the following:
cmake –build build