We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de5fc1 commit e1d2010Copy full SHA for e1d2010
CMakeLists.txt
@@ -11,7 +11,8 @@ if (APPLE)
11
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
12
set(PLUGINVAL_ENABLE_RTCHECK ON)
13
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
14
- set(PLUGINVAL_ENABLE_RTCHECK ON)
+ # Disable rtcheck on Linux for now until further testing on real Linux systems has been done
15
+ # set(PLUGINVAL_ENABLE_RTCHECK ON)
16
endif()
17
18
# sanitizer options, from https://github.com/sudara/cmake-includes/blob/main/Sanitizers.cmake
0 commit comments