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 5915386 commit f295d44Copy full SHA for f295d44
CMakeLists.txt
@@ -79,7 +79,7 @@ endif()
79
# ============
80
81
set(xtl_REQUIRED_VERSION 0.7.0)
82
-set(xeus_REQUIRED_VERSION 3)
+set(xeus_REQUIRED_VERSION 3.0...<4.0)
83
84
if (NOT TARGET xtl)
85
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)
0 commit comments