mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
cmake - fix error finding Eigen::Eigen target #7390
`EIgen::Eigen` target used in #7340 for linking exists only if there's a cmake config, while there are cases when there's just include directory. Added same name interface target to mimic config.
This commit is contained in:
@@ -110,6 +110,8 @@ set GMP_INCLUDE_DIR=%INSTALL_DIR%\mpir
|
||||
set GMP_LIBRARY_DIR=%INSTALL_DIR%\mpir
|
||||
set MPFR_INCLUDE_DIR=%INSTALL_DIR%\mpfr
|
||||
set MPFR_LIBRARY_DIR=%INSTALL_DIR%\mpfr
|
||||
:: We don't install Eigen currently,
|
||||
:: so there's no Eigen3config.cmake and therefore we provide path explicitly.
|
||||
set EIGEN_DIR=%INSTALL_DIR%\Eigen
|
||||
set USD_INCLUDE_DIR=%INSTALL_DIR%\usd\include
|
||||
set USD_LIBRARY_DIR=%INSTALL_DIR%\usd\lib
|
||||
|
||||
Reference in New Issue
Block a user