Skip to content

Commit af51c85

Browse files
committed
update
1 parent db6189c commit af51c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/build-combination/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ add_executable(project ${KERNEL_SOURCES}
6969
${TEST_DIR}/Common/main.c )
7070

7171
# Link pthread which is needed for POSIX port.
72-
find_package(Threads REQUIRED)
73-
target_link_libraries(project Threads::Threads)
72+
find_package( Threads REQUIRED )
73+
target_link_libraries( project Threads::Threads )

0 commit comments

Comments
 (0)