Skip to content

Commit

Permalink
eigen header
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 24, 2023
1 parent ab405b9 commit 1c99d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ jobs:
run: |
curl -# -L -o eigen.tar.bz2 https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2
tar jxvf eigen.tar.bz2
mkdir ebuild
mkdir eigen
pushd ebuild
cmake ../eigen-3.4.0 -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/eigen
make
make install
popd
- run: ${{ github.workspace }}/scripts/windows-install/buildLibrecadAndCreatePackage.bat

Expand Down
1 change: 1 addition & 0 deletions lckernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
else()
find_package(Eigen3 3.3 REQUIRED NO_MODULE)
include_directories(${EIGEN3_INCLUDE_DIR})
include_directories("${CMAKE_SOURCE_DIR}/eigen-3.4.0")
message("Eigen3 include: ${EIGEN3_INCLUDE_DIR}")
endif()

Expand Down

0 comments on commit 1c99d98

Please sign in to comment.