Skip to content

Commit

Permalink
add missing library deps to smoketest_MT
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Apr 9, 2024
1 parent 89f9809 commit 96144f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(PERFFLOWASPECT_WITH_MULTITHREADS)
add_executable(smoketest_MT smoketest_MT.cpp)
set_source_files_properties(${TEST}.cpp COMPILE_FLAGS "-Xclang -load -Xclang ../weaver/weave/libWeavePass.so -fPIC")
set(THREADS_PREFER_PTHREAD_FLAG ON)
target_link_libraries(smoketest_MT pthread)
target_link_libraries(smoketest_MT ${perfflow_deps} pthread)
endif()

if(PERFFLOWASPECT_WITH_MPI)
Expand Down

0 comments on commit 96144f8

Please sign in to comment.