Fix test
This commit is contained in:
parent
372271c837
commit
eb35a6a7ba
@ -13,7 +13,7 @@ FetchContent_Declare(
|
||||
GIT_TAG ${CPPTRACE_TAG}
|
||||
)
|
||||
FetchContent_MakeAvailable(cpptrace)
|
||||
target_link_libraries(main cpptrace)
|
||||
target_link_libraries(main cpptrace::cpptrace)
|
||||
target_compile_features(main PRIVATE cxx_std_11)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user