Skip to content

Commit

Permalink
removed xtl
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jun 3, 2024
1 parent 90b6aeb commit d5467a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeus-luaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR};${CMAKE_MODULE_PATH}")
@XEUS_LUA_CONFIG_CODE@

include(CMakeFindDependencyMacro)
find_dependency(xtl @xtl_REQUIRED_VERSION@)

find_dependency(xeus @xeus_REQUIRED_VERSION@)
find_dependency(cppzmq @cppzmq_REQUIRED_VERSION@)
find_dependency(Lua @Lua_REQUIRED_VERSION@)
Expand Down

0 comments on commit d5467a4

Please sign in to comment.