1
0
mirror of synced 2025-06-15 06:01:40 +03:00
This commit is contained in:
Joel Rosdahl
2023-03-08 23:03:20 +01:00
committed by GitHub
parent 1ebb8412c5
commit 9f7ae0737a
6 changed files with 23 additions and 23 deletions

View File

@ -54,7 +54,7 @@ if(NOT DEFINED httplib_FOUND OR httplib_FOUND)
include("${CMAKE_CURRENT_LIST_DIR}/httplibTargets.cmake")
endif()
# Ouputs a "found httplib /usr/include/httplib.h" message when using find_package(httplib)
# Outputs a "found httplib /usr/include/httplib.h" message when using find_package(httplib)
include(FindPackageMessage)
if(TARGET httplib::httplib)
set(HTTPLIB_FOUND TRUE)