Skip to content

Commit a0f685f

Browse files
authored
Merge pull request #19 from PROBIC/fix-build-issues
Fix build issues by fixing cxxio version
2 parents 11b3eca + d3cb4d2 commit a0f685f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/CMakeLists-cxxio.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(ExternalProject)
55

66
ExternalProject_Add(cxxio-download
77
GIT_REPOSITORY https://github.com/tmaklin/cxxio.git
8-
GIT_TAG main
8+
GIT_TAG 0b79d96b7eb51757fa1a9c3aa1b5c0348361019f
99
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/external/cxxio"
1010
BUILD_IN_SOURCE 1
1111
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)