We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae6d29 commit 83aef71Copy full SHA for 83aef71
tests/CMakeLists.txt
@@ -66,6 +66,8 @@ if (BUILD_TESTING AND Catch2_FOUND)
66
CXX_STANDARD 17
67
)
68
target_include_directories(cpp_tests PRIVATE ${PROJECT_SOURCE_DIR}/src/py3exiv2bind/core)
69
+ # As of 11/20/2025, this is here because when imported from conan, cmake seems to unable to locate the header files
70
+ set_property(TARGET Catch2::Catch2WithMain APPEND PROPERTY INCLUDE_DIRECTORIES $<TARGET_PROPERTY:Catch2::Catch2WithMain,INTERFACE_INCLUDE_DIRECTORIES>)
71
target_link_libraries(cpp_tests PRIVATE Catch2::Catch2WithMain exiv2lib)
72
73
list(APPEND CMAKE_MODULE_PATH ${catch_SOURCE_DIR}/contrib/)
0 commit comments