Running Ubuntu 17.10
gcc/g++ 7.2.0
cmake 3.10.2
````bash
cd stepcode
mkdir build
cd build
cmake -DSC_BUILD_SCHEMAS=ALL ..
appears to succeed
````bash
make -j 16
appears to succeed
````bash
make install
seems to partially succeed.
it claims:
````bash output
CMake Error at schemas/sdai_ISO15926/cmake_install.cmake:41 (file):
file INSTALL cannot find
"/home/oy753c/Desktop/stepcode/build/schemas/sdai_ISO15926/entity/SdaiComposition_of_individual.h".
Call Stack (most recent call first):
data/cmake_install.cmake:46 (include)
cmake_install.cmake:53 (include)
Which is true. That file doesn't exist.
Anyone have any suggestions?