Skip to content

Commit 35855fc

Browse files
committed
Fix linter complaints
Signed-off-by: Martin Mayer <martin.mayer@gmx.de>
1 parent 92cf9dc commit 35855fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)