mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Merge pull request #551 from Erfankam/fix_compiling_issue_in_tests
#550: Fix compiling tests issue by providing -pthread link flag.
This commit is contained in:
commit
218bf9ec2a
@ -11,6 +11,7 @@ add_test(NAME testxca COMMAND testxca)
|
||||
set_tests_properties(testxca PROPERTIES LABELS gui)
|
||||
add_dependencies(tests testxca)
|
||||
target_link_libraries(testxca ${ASAN_LIB} ${QT}::Test xcalib)
|
||||
target_link_options(testxca PRIVATE -pthread)
|
||||
|
||||
if (APPLE)
|
||||
target_link_libraries(testxca
|
||||
|
||||
Loading…
Reference in New Issue
Block a user