Skip to content

Commit e1d2010

Browse files
committed
rtcheck: Disable on Linux for now
1 parent 7de5fc1 commit e1d2010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ if (APPLE)
1111
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
1212
set(PLUGINVAL_ENABLE_RTCHECK ON)
1313
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
14-
set(PLUGINVAL_ENABLE_RTCHECK ON)
14+
# Disable rtcheck on Linux for now until further testing on real Linux systems has been done
15+
# set(PLUGINVAL_ENABLE_RTCHECK ON)
1516
endif()
1617

1718
# sanitizer options, from https://github.com/sudara/cmake-includes/blob/main/Sanitizers.cmake

0 commit comments

Comments
 (0)