Skip to content

Commit

Permalink
Fixed curl package name
Browse files Browse the repository at this point in the history
  • Loading branch information
psyinf committed Jul 29, 2023
1 parent a319546 commit 70a1ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vsgxchange/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(test_package CXX) # if the project uses c++
find_package(vsg REQUIRED CONFIG)
find_package(vsgXchange REQUIRED CONFIG)
find_package(Vulkan REQUIRED CONFIG)
find_package(Curl REQUIRED CONFIG)
find_package(curl REQUIRED CONFIG)

add_executable(${PROJECT_NAME} test_package.cpp)
target_link_libraries(${PROJECT_NAME} PRIVATE vsgXchange::vsgXchange)
Expand Down

0 comments on commit 70a1ded

Please sign in to comment.