Skip to content

Commit

Permalink
Changed tacopie find_package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cywinski committed May 9, 2017
1 parent bd3455f commit 3f1cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ENDIF (WIN32)
###
IF (NOT USE_CUSTOM_TCP_CLIENT)
hunter_add_package(tacopie)
find_package(tacopie CONFIG REQUIRED)
find_package(tacopie)
ENDIF (NOT USE_CUSTOM_TCP_CLIENT)

IF (WIN32)
Expand Down

0 comments on commit 3f1cbd9

Please sign in to comment.