summaryrefslogtreecommitdiff
path: root/cmake/ipcp
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ipcp')
-rw-r--r--cmake/ipcp/ipcp.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/ipcp/ipcp.cmake b/cmake/ipcp/ipcp.cmake
index 5b1eef09..f821f481 100644
--- a/cmake/ipcp/ipcp.cmake
+++ b/cmake/ipcp/ipcp.cmake
@@ -19,6 +19,8 @@ set(IPCP_SCHED_THR_MUL 2 CACHE STRING
"Number of scheduler threads per QoS cube")
set(DISABLE_CORE_LOCK TRUE CACHE BOOL
"Disable locking performance threads to a core")
+set(BUILD_CONTAINER FALSE CACHE BOOL
+ "Disable thread priority setting for container compatibility")
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(IPCP_LINUX_TIMERSLACK_NS 1000 CACHE STRING