build: Common CMake scripts are no longer common

This commit is contained in:
Mateusz Pusz
2020-12-16 19:18:06 +01:00
parent 3b63332f9a
commit badc8568aa
8 changed files with 3 additions and 35 deletions

View File

@@ -29,9 +29,6 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# set paths to Conan packages
include(${CMAKE_BINARY_DIR}/conan_paths.cmake OPTIONAL)
# include common tools and workarounds
include(common/scripts)
# enable static analysis
#enable_clang_tidy()
#enable_iwyu()
@@ -40,6 +37,7 @@ include(common/scripts)
add_subdirectory(src)
# set restrictive compilation warnings
include(warnings)
set_warnings(mp-units)
# add usage example