Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2018-06, 2018-07, 2018-08, 2018-09, 2018-10, 2018-11, 2018-12
Description
When doing an out of source build of mcsapi it fails to find pymcsapi.i.
To reproduce
mkdir build
|
cd build
|
cmake ..
|
make
|