Skip to content

Commit

Permalink
Use a pretty name for IgnCURL to make error messages less confusing (#…
Browse files Browse the repository at this point in the history
…206)

The error message users get when curl is missing from the system is that "IgnCURL is missing", which can be confusing. It will now say "curl is missing".

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Sep 27, 2021
1 parent bbaf017 commit 348bef1
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 @@ -31,7 +31,7 @@ ign_find_package(TINYXML2 REQUIRED PRIVATE PRETTY tinyxml2)

#--------------------------------------
# Find libcurl
ign_find_package(IgnCURL REQUIRED PRIVATE)
ign_find_package(IgnCURL REQUIRED PRIVATE PRETTY curl)

#--------------------------------------
# Find jsoncpp
Expand Down

0 comments on commit 348bef1

Please sign in to comment.