Skip to content

Commit

Permalink
Do not build tests in date library (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihowl authored and rbsheth committed Jan 15, 2020
1 parent a80fcd5 commit 7a94ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/projects/date/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hunter_add_version(
4ed983e1d19ee28bc565bd62907d203304b38cf7
)

hunter_cmake_args(date CMAKE_ARGS USE_SYSTEM_TZ_DB=ON)
hunter_cmake_args(date CMAKE_ARGS ENABLE_DATE_TESTING=OFF USE_SYSTEM_TZ_DB=ON)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(date)
Expand Down

0 comments on commit 7a94ab9

Please sign in to comment.