Skip to content
Snippets Groups Projects
Commit 1b09d26e authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

revert bullet include path variable to fix ubuntu build

parent aa8d462a
No related branches found
No related tags found
No related merge requests found
Pipeline #3428 failed
......@@ -11,7 +11,7 @@ else()
else()
# FIXME: this shouldn't be necessary, for modern cmake, linking the libraries should be enough
target_compile_definitions(fggl PUBLIC ${BULLET_DEFINITIONS})
target_include_directories(fggl PUBLIC ${BULLET_INCLUDE_DIRS})
target_include_directories(fggl PUBLIC ${BULLET_INCLUDE_DIR})
target_link_libraries(fggl PUBLIC ${BULLET_LIBRARIES})
endif()
......
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