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 f295d44 commit 7182a85Copy full SHA for 7182a85
CMakeLists.txt
@@ -79,13 +79,13 @@ endif()
79
# ============
80
81
set(xtl_REQUIRED_VERSION 0.7.0)
82
-set(xeus_REQUIRED_VERSION 3.0...<4.0)
+set(xeus_REQUIRED_VERSION 3.2.0)
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 ${xeus_REQUIRED_VERSION} REQUIRED)
+ find_package(xeus REQUIRED)
89
90
91
# Flags
0 commit comments