Loading...
Home / 

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Problem while building swig #6797
    SundarJ
    Participant

    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

Viewing 1 post (of 1 total)


Sign up to hear about the latest ORE developments