Skip to content

Commit 21daea1

Browse files
committed
CMake: fix SDL include for xrPhysics
1 parent f5e1f6c commit 21daea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrPhysics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include_directories(
1212
${CMAKE_CURRENT_SOURCE_DIR}/..
1313
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/ode/include
1414
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/include
15-
/usr/include/SDL2
15+
${SDL_INCLUDE_DIRS}
1616
)
1717

1818
list(APPEND ${PROJECT_NAME}__SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../xrServerEntities/PHNetState.cpp")

0 commit comments

Comments
 (0)