We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435f14 commit 94933e1Copy full SHA for 94933e1
runtime/Cpp/runtime/CMakeLists.txt
@@ -7,7 +7,7 @@ if (NOT ANTLR_BUILD_SHARED AND NOT ANTLR_BUILD_STATIC)
7
message(FATAL_ERROR "Options ANTLR_BUILD_SHARED and ANTLR_BUILD_STATIC can't both be OFF")
8
endif()
9
10
-set(libantlrcpp_INCLUDE_INSTALL_DIR "include/antlr4-runtime")
+set(libantlrcpp_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}/antlr4-runtime")
11
12
set(libantlrcpp_INCLUDE_DIRS
13
${PROJECT_SOURCE_DIR}/runtime/src
0 commit comments