summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 10:39:19 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 10:39:35 +0900
commitfbbe1c26f2d2866d6f14696ce6a2c62f0c5dc91b (patch)
tree0632a257c1076bb484ef4eacf9ce664aa6e6646e
parentd5fd7d9fc253b5dc713bd79dd275b64d26dbe0aa (diff)
downloadDLT-daemon-fbbe1c26f2d2866d6f14696ce6a2c62f0c5dc91b.tar.gz
cmake: Set WITH_LEGACY_INCLUDE_PATH to ON as defaultdevel_include_path
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--CMakeLists.txt3
-rw-r--r--doc/dlt_build_options.md1
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 915b583..d6377f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,8 +77,7 @@ option(WITH_DLT_KPI "Set to ON to build src/kpi binaries"
option(WITH_DLT_FATAL_LOG_TRAP "Set to ON to enable DLT_LOG_FATAL trap(trigger segv inside dlt-user library)" OFF)
option(WITH_UDP_CONNECTION "Set to ON to enable dlt UDP multicast SUPPORT" OFF)
option(WITH_LIB_SHORT_VERSION "Set to ON to build library with only major number in version" OFF)
-option(WITH_LEGACY_INCLUDE_PATH "Set to ON to add <prefix>/dlt to include paths for the CMake config file, in addition to only <prefix>"
- OFF)
+option(WITH_LEGACY_INCLUDE_PATH "Set to ON to add <prefix>/dlt to include paths for the CMake config file, in addition to only <prefix>" ON)
option(WITH_EXTENDED_FILTERING "Set to OFF to build without extended filtering. Using json filter files is only supported for Linux based system with json-c and QNX." OFF)
option(WITH_DLT_DAEMON_VSOCK_IPC "Set to ON to enable VSOCK support in daemon" OFF)
diff --git a/doc/dlt_build_options.md b/doc/dlt_build_options.md
index 1a7dad6..e77810a 100644
--- a/doc/dlt_build_options.md
+++ b/doc/dlt_build_options.md
@@ -29,6 +29,7 @@ WITH\_UDP\_CONNECTION | OFF | Set to ON to enable dlt UDP
WITH\_DLT\_DAEMON\_VSOCK\_IPC | OFF | Set to ON for VSOCK support in daemon.
WITH\_DLT\_LIB\_VSOCK\_IPC | OFF | Set to ON for VSOCK support in libdlt (DLT\_IPC is overridden in libdlt).
DLT\_VSOCK\_PORT | 13490 | Port to use for VSOCK communication.
+WITH\_LEGACY\_INCLUDE\_PATH | ON | Set to ON to add <prefix>/dlt to include paths for the CMake config file, in addition to only <prefix>
## Command Line Tool Options