build: streamline CMAKE_MODULE_PATH interaction (2)
This commit is contained in:
parent
bcf9713e07
commit
94be37cef7
3 changed files with 2 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,5 +3,4 @@ compile_commands.json
|
|||
# lsp keeps state here
|
||||
.cache
|
||||
# typical build dirs
|
||||
build
|
||||
ccov
|
||||
.build*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/indentlogTargets.cmake")
|
||||
check_required_components("@PROJECT_NAME@")
|
||||
Loading…
Add table
Add a link
Reference in a new issue