cmake fixes for external OndselSolver building (#18379)

* Assembly: fix building with external OndselSolver

This commit pairs with f35b075e271e9cb3451f3439f7dc0274841a0838.
It solves two issues:

- remove hardcoded includes of 3rdparty files
- add missing include_directories()

* Assembly: add check for external OndselSolver includes
This commit is contained in:
efferre79
2024-12-13 17:46:46 +01:00
committed by GitHub
parent 85eaa2d373
commit 70ec5a7583
4 changed files with 17 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
#include <App/PropertyLinks.h>
#include "SimulationGroup.h"
#include <3rdParty/OndselSolver/OndselSolver/enum.h>
#include <OndselSolver/enum.h>
namespace MbD
{