Skip to content

Commit 917ea12

Browse files
authored
Merge pull request #522 from humanoid-path-planner/cmake-assimp
CMake: use Findassimp from jrl cmake module
2 parents edff674 + 3c114e1 commit 917ea12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- CMake: fix assimp finder
12+
913
## [2.4.1] - 2024-01-23
1014

1115
### Fixed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include("${JRL_CMAKE_MODULES}/ide.cmake")
7777
include(CMakeDependentOption)
7878

7979
SET(CMAKE_MODULE_PATH
80-
${CMAKE_SOURCE_DIR}/cmake/find-external/assimp
80+
${JRL_CMAKE_MODULES}/find-external/assimp/
8181
${CMAKE_MODULE_PATH})
8282

8383
set_default_cmake_build_type("RelWithDebInfo")

0 commit comments

Comments
 (0)