Skip to content

Commit

Permalink
Trying to fix building for windows xp (part 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixxoq committed May 12, 2024
1 parent fed3e1c commit bf1ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(WIN32) # Install dlls in the same directory as the executable on Windows
endif()

FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
GIT_TAG 3b15fa82ea74739b574d705fea44959b58142eb8)
GIT_TAG 340acc5cdad624b9398827eec2832fe2fd05f966)
FetchContent_MakeAvailable(cpr)
target_include_directories(source PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit bf1ba15

Please sign in to comment.