diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fc60a02..cf1265d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -36,7 +36,7 @@ foreach(GTEST_SOURCE_file ${tests}) gtest_main gtest console_bridge) - if (UNIX AND NOT ANDROID) + if (UNIX AND NOT ANDROID AND NOT QNX) target_link_libraries(${BINARY_NAME} pthread) endif()