1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 24 Feb 2026 16:34:47 +0100
Subject: Fix RapidJSON include path
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f21ca6..cda4dd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,7 +117,7 @@ add_custom_command(
-l ${CLANG_INSTALL_PREFIX}/lib/libclang.so
-i ${VTK_INCLUDE_DIR}/
-i ${OPENGL_INCLUDE_DIRS}
- -i ${RapidJSON_INCLUDE_DIRS}
+ -i /usr/include/rapidjson/
-i ${CLANG_INSTALL_PREFIX}/lib/clang/${LLVM_VERSION_MAJOR}/include/
-p ${CMAKE_SOURCE_DIR}
${CXX_INCLUDES}
|