diff --git a/.gitignore b/.gitignore index 81c5ae6d..7ebf47c3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ compile_commands.json # lsp keeps state here .cache # typical build dirs -build -ccov +.build* diff --git a/CMakeLists.txt b/CMakeLists.txt index f8d04834..43ded08e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/indentlogConfig.cmake.in b/indentlogConfig.cmake.in deleted file mode 100644 index cc57615e..00000000 --- a/indentlogConfig.cmake.in +++ /dev/null @@ -1,4 +0,0 @@ -@PACKAGE_INIT@ - -include("${CMAKE_CURRENT_LIST_DIR}/indentlogTargets.cmake") -check_required_components("@PROJECT_NAME@")