Skip to content

Commit

Permalink
Merge pull request #19 from PROBIC/fix-build-issues
Browse files Browse the repository at this point in the history
Fix build issues by fixing cxxio version
  • Loading branch information
tmaklin authored Feb 1, 2023
2 parents 11b3eca + d3cb4d2 commit a0f685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/CMakeLists-cxxio.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(ExternalProject)

ExternalProject_Add(cxxio-download
GIT_REPOSITORY https://github.com/tmaklin/cxxio.git
GIT_TAG main
GIT_TAG 0b79d96b7eb51757fa1a9c3aa1b5c0348361019f
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/external/cxxio"
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit a0f685f

Please sign in to comment.