Skip to content

Commit fb132d0

Browse files
committed
Update xeus and nlohmann-json to fix Windows build error
Recent build option or compiler updates or something else broke Windows build. Updating xeus and nlohmann-json fixed the build error.
1 parent 6332f79 commit fb132d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SuperBuild/External_nlohmann_json.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2626

2727
ExternalProject_SetIfNotDefined(
2828
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
29-
"v3.6.1"
29+
"v3.9.1"
3030
QUIET
3131
)
3232

SuperBuild/External_xeus.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2626

2727
ExternalProject_SetIfNotDefined(
2828
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
29-
"282844988a04739eb833423c59d37feb0518666b" # master
29+
"7062ef5e561098c0797a1534e89bbaef9563c03d" # master
3030
QUIET
3131
)
3232

0 commit comments

Comments
 (0)