From 1b09d26e3f703ea2e261e715143b2734a890cb8f Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Thu, 23 Jun 2022 12:11:54 +0100 Subject: [PATCH] revert bullet include path variable to fix ubuntu build --- fggl/phys/bullet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fggl/phys/bullet/CMakeLists.txt b/fggl/phys/bullet/CMakeLists.txt index 6c5ca9e..05a92df 100644 --- a/fggl/phys/bullet/CMakeLists.txt +++ b/fggl/phys/bullet/CMakeLists.txt @@ -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() -- GitLab