bugfix: cmake config template

This commit is contained in:
Roland Conybeare 2023-10-06 16:40:03 -04:00
commit af1d2f3535

View file

@ -1,4 +1,4 @@
@PACKAGE_INIT@ @PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@XO_PROJECT_NAME@Targets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@") check_required_components("@PROJECT_NAME@")