Skip to content

Commit 9185072

Browse files
committed
rtcheck: Enable rtcheck on Linux again
1 parent 31bae17 commit 9185072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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+
set(PLUGINVAL_ENABLE_RTCHECK ON)
1515
endif()
1616

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

0 commit comments

Comments
 (0)