Skip to content

Commit 73496ab

Browse files
authored
Fix linter complaints
1 parent 92cf9dc commit 73496ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ endif()
4141
option(USE_PI_MUTEX "Enables priority inheritance mutexes." ON)
4242
if(USE_PI_MUTEX)
4343
if(CMAKE_SYSTEM_NAME STREQUAL Linux OR
44-
CMAKE_SYSTEM_NAME STREQUAL VxWorks OR
45-
CMAKE_SYSTEM_NAME STREQUAL QNX)
44+
CMAKE_SYSTEM_NAME STREQUAL VxWorks OR
45+
CMAKE_SYSTEM_NAME STREQUAL QNX)
4646
target_compile_definitions(${PROJECT_NAME} PUBLIC "RCPPUTILS_USE_PIMUTEX")
4747
else()
4848
message("Mutexes with priority inheritance are not supported on your system. Using std mutexes.")

0 commit comments

Comments
 (0)