Fix path typo: 3rdpatry

This commit is contained in:
Joseph Henry 2025-03-04 11:18:13 -08:00
commit dcb4bc5ef4
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
8 changed files with 32 additions and 22 deletions

View file

@ -5,7 +5,7 @@ option(PROMETHEUS_BUILD_EXAMPLES "Build with examples" OFF)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
if(WIN32)
if(WIN32)
# it prevent create Debug/ and Release folders in Visual Studio
foreach( OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES} )
@ -25,7 +25,7 @@ add_subdirectory("./core")
add_subdirectory("./simpleapi")
add_subdirectory("./3rdpatry/http-client-lite")
add_subdirectory("./3rdparty/http-client-lite")
if(PROMETHEUS_BUILD_EXAMPLES)
add_subdirectory("./examples")