remove extraneous add dependency for FIXUP_LIB

This commit is contained in:
Stephen Birarda 2016-01-06 18:01:54 -08:00
parent 817d651c47
commit 4f00982724
2 changed files with 3 additions and 7 deletions

View file

@ -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()