fixes target name changes in Catch2 conan package
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| project (io_redirector) | ||||
| add_executable (${PROJECT_NAME}	test.cpp) | ||||
| target_link_libraries (io_redirector LINK_PUBLIC scc-util catch2::catch2_with_main) | ||||
| target_link_libraries (io_redirector LINK_PUBLIC scc-util Catch2::Catch2WithMain) | ||||
|  | ||||
| #add_test(NAME io_redirector_test COMMAND io_redirector) | ||||
| catch_discover_tests(${PROJECT_NAME}) | ||||
		Reference in New Issue
	
	Block a user