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 db6189c commit af51c85Copy full SHA for af51c85
test/build-combination/CMakeLists.txt
@@ -69,5 +69,5 @@ add_executable(project ${KERNEL_SOURCES}
69
${TEST_DIR}/Common/main.c )
70
71
# Link pthread which is needed for POSIX port.
72
-find_package(Threads REQUIRED)
73
-target_link_libraries(project Threads::Threads)
+find_package( Threads REQUIRED )
+target_link_libraries( project Threads::Threads )
0 commit comments