Skip to content

Commit

Permalink
Fix required version for xeus-zmq (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Nov 4, 2024
1 parent 0800a4c commit d4910b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ endif ()
# xr
# =======
if (XEUS_R_BUILD_EXECUTABLE)
find_package(xeus-zmq 1.0.3 REQUIRED)
find_package(xeus-zmq ${xeus_zmq_REQUIRED_VERSION} REQUIRED)
add_executable(xr ${XEUS_R_MAIN_SRC})
target_compile_features(xr PRIVATE cxx_std_17)
xeus_r_set_common_options(xr)
Expand Down

0 comments on commit d4910b7

Please sign in to comment.