Skip to content
Snippets Groups Projects
Unverified Commit 917ea122 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #522 from humanoid-path-planner/cmake-assimp

CMake: use Findassimp from jrl cmake module
parents edff674a 3c114e1f
No related branches found
No related tags found
No related merge requests found
Pipeline #35686 passed with warnings
......@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- CMake: fix assimp finder
## [2.4.1] - 2024-01-23
### Fixed
......
......@@ -77,7 +77,7 @@ include("${JRL_CMAKE_MODULES}/ide.cmake")
include(CMakeDependentOption)
SET(CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/find-external/assimp
${JRL_CMAKE_MODULES}/find-external/assimp/
${CMAKE_MODULE_PATH})
set_default_cmake_build_type("RelWithDebInfo")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment