build: streamline CMAKE_MODULE_PATH interaction (2)

This commit is contained in:
Roland Conybeare 2024-03-15 19:23:51 -04:00
commit 94be37cef7
3 changed files with 2 additions and 7 deletions

3
.gitignore vendored
View file

@ -3,5 +3,4 @@ compile_commands.json
# lsp keeps state here
.cache
# typical build dirs
build
ccov
.build*

View file

@ -6,7 +6,7 @@ project(indentlog VERSION 0.1)
enable_language(CXX)
# common XO cmake macros (see proj/xo-cmake)
include(xo_macros/xo-project-macros)
include(cmake/xo-bootstrap-macros.cmake)
# ----------------------------------------------------------------
# unit test setup

View file

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