Skip to content

Commit

Permalink
fix target_link_libraries for inih C++
Browse files Browse the repository at this point in the history
Fixes #86

Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Aug 17, 2023
1 parent f3cabe5 commit d16f570
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 @@ -62,7 +62,7 @@ find_package(unofficial-curlpp CONFIG REQUIRED)
list(APPEND requiredlibs unofficial::curlpp::curlpp)

find_package(unofficial-inih CONFIG REQUIRED)
list(APPEND requiredlibs unofficial::inih::inih)
list(APPEND requiredlibs unofficial::inih::inireader)

find_package(nlohmann_json CONFIG REQUIRED)
list(APPEND requiredlibs nlohmann_json::nlohmann_json)
Expand Down

0 comments on commit d16f570

Please sign in to comment.