Skip to content

Commit ed1acb8

Browse files
committed
fix
1 parent f32b330 commit ed1acb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/external_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endif()
5252
find_package_or_fetch(
5353
PACKAGE_NAME sparrow
5454
GIT_REPOSITORY https://github.com/man-group/sparrow.git
55-
TAG 1.1.1
55+
TAG 1.1.2
5656
)
5757
unset(CREATE_JSON_READER_TARGET)
5858

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ target_link_libraries(${test_target}
2222
)
2323

2424
if(WIN32)
25-
find_package(date REQUIRED) # For copying DLLs
25+
find_package(date) # For copying DLLs
2626
add_custom_command(
2727
TARGET ${test_target} POST_BUILD
2828
COMMAND ${CMAKE_COMMAND} -E copy

0 commit comments

Comments
 (0)