Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 6, 2023
1 parent 372271c commit eb35a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetchcontent-integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb35a6a

Please sign in to comment.