EMsoft-org / EMsoft

Public EMsoft repository
Other
61 stars 94 forks source link

CMake configuration error with new SDK #95

Closed saransh13 closed 4 years ago

saransh13 commented 4 years ago

The SDK compiled and built correctly with no errors. Configuring the EMsoft package gives the following errors

Screen Shot 2019-10-28 at 3 57 24 PM

This was easy to fix by setting it to the same directory as CLFORTRAN_DIR

Screen Shot 2019-10-28 at 4 00 37 PM

The next issue was with Eigen with the Eigen3_DIR CMake variable not found. But the Eigen build did not have a cmake configuration file inside the SDK. Has anyone else grappled with this problem?

saransh13 commented 4 years ago

Fixed after merging my fork with the EMsoft-org repo.