[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #468 from SylvainCorlay/fixup-config-code
Browse files Browse the repository at this point in the history
Fix config code
  • Loading branch information
JohanMabille committed Jan 10, 2023
2 parents b3eaeb6 + ac245e2 commit 55a1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeus-clingConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR};${CMAKE_MODULE_PATH}")

@XEUS_CONFIG_CODE@
@XEUS_CLING_CONFIG_CODE@

include(CMakeFindDependencyMacro)
find_dependency(xeus @xeus_REQUIRED_VERSION@)
Expand Down

0 comments on commit 55a1546

Please sign in to comment.