Skip to content
Snippets Groups Projects
Unverified Commit 4005d874 authored by Martin Hořeňovský's avatar Martin Hořeňovský
Browse files

Use proper linkage between Catch2Main and Catch2

parent 0dc30e51
Branches
Tags v3.0.0-preview1
No related merge requests found
......@@ -266,7 +266,7 @@ add_library(Catch2Main STATIC
${SOURCES_DIR}/catch_main.cpp
)
add_library(Catch2::Catch2Main ALIAS Catch2Main)
target_link_libraries(Catch2Main INTERFACE Catch2)
target_link_libraries(Catch2Main PUBLIC Catch2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment