mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:17:11 +02:00
Trying to fix linux build
This commit is contained in:
parent
43bddf23b4
commit
e9587d90c4
2 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,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