Skip to content

Commit

Permalink
thread dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
allspark committed May 29, 2020
1 parent 5766df8 commit a3e00c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/dateConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ include(CMakeFindDependencyMacro)
set(USE_SYSTEM_TZ_DB @USE_SYSTEM_TZ_DB@)
set(BUILD_TZ_LIB @BUILD_TZ_LIB@)

if( MSVC )
find_dependency( Threads REQUIRED )
endif( )
find_dependency( Threads REQUIRED )

if( NOT USE_SYSTEM_TZ_DB )
find_dependency( CURL REQUIRED )
Expand Down

0 comments on commit a3e00c0

Please sign in to comment.