We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32b330 commit ed1acb8Copy full SHA for ed1acb8
cmake/external_dependencies.cmake
@@ -52,7 +52,7 @@ endif()
52
find_package_or_fetch(
53
PACKAGE_NAME sparrow
54
GIT_REPOSITORY https://github.com/man-group/sparrow.git
55
- TAG 1.1.1
+ TAG 1.1.2
56
)
57
unset(CREATE_JSON_READER_TARGET)
58
tests/CMakeLists.txt
@@ -22,7 +22,7 @@ target_link_libraries(${test_target}
22
23
24
if(WIN32)
25
- find_package(date REQUIRED) # For copying DLLs
+ find_package(date) # For copying DLLs
26
add_custom_command(
27
TARGET ${test_target} POST_BUILD
28
COMMAND ${CMAKE_COMMAND} -E copy
0 commit comments