mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 20:13:35 +02:00
Fixing cmake case problem on ubuntu
This commit is contained in:
parent
040f7c86ea
commit
c024c4ba0e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ find_package(GLM REQUIRED)
|
|||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
add_dependency_external_projects(boostconfig)
|
||||
find_package(BOOSTCONFIG REQUIRED)
|
||||
find_package(BoostConfig REQUIRED)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${BOOSTCONFIG_INCLUDE_DIRS})
|
||||
|
||||
add_dependency_external_projects(oglplus)
|
||||
|
|
Loading…
Reference in a new issue