File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ message(STATUS "XEUS_ZMQ_BUILD_TESTS: ${XEUS_ZMQ_BUILD_TESTS}")
79
79
# Dependencies
80
80
# ============
81
81
82
- set (xeus_REQUIRED_VERSION 3.1.1 )
82
+ set (xeus_REQUIRED_VERSION 3.2.0 )
83
83
set (nlohmann_json_REQUIRED_VERSION 3.2.0)
84
84
set (cppzmq_REQUIRED_VERSION 4.8.1)
85
85
set (zeromq_REQUIRED_VERSION 4.3.2)
@@ -249,7 +249,7 @@ macro(xeus_zmq_create_target target_name linkage output_name)
249
249
# Compilation flags
250
250
# =================
251
251
252
- target_compile_features (${target_name} PRIVATE cxx_std_14 )
252
+ target_compile_features (${target_name} PRIVATE cxx_std_17 )
253
253
254
254
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR
255
255
CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
- zeromq-static=4.3.4
13
13
- cppzmq=4.8.1
14
14
- xtl=0.7
15
- - xeus>=3.1.1 ,<4.0
15
+ - xeus>=3.2.0 ,<4.0
16
16
- OpenSSL=1
17
17
- libopenssl-static=1
18
18
- nlohmann_json
You can’t perform that action at this time.
0 commit comments