We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1e6b8 commit 198ecefCopy full SHA for 198ecef
CMakeLists.txt
@@ -79,13 +79,13 @@ endif()
79
# ============
80
81
set(xtl_REQUIRED_VERSION 0.7.0)
82
-set(xeus_REQUIRED_VERSION 3.2.0)
+set(xeus_REQUIRED_VERSION 3.0.5)
83
84
if (NOT TARGET xtl)
85
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)
86
endif ()
87
if (NOT TARGET xeus AND NOT TARGET xeus-static)
88
- find_package(xeus REQUIRED)
+ find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
89
90
91
# Flags
0 commit comments