mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 16:00:54 +02:00
remove extraneous add dependency for FIXUP_LIB
This commit is contained in:
parent
817d651c47
commit
4f00982724
2 changed files with 3 additions and 7 deletions
|
@ -122,10 +122,6 @@ endif()
|
||||||
|
|
||||||
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
|
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
|
||||||
|
|
||||||
# These are external plugins, but we need to do the 'add dependency' here so that their
|
|
||||||
# binary directories get added to the fixup path
|
|
||||||
add_dependency_external_projects(sixense)
|
|
||||||
add_dependency_external_projects(sdl2)
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
add_dependency_external_projects(OpenVR)
|
add_dependency_external_projects(OpenVR)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue