Use full file name when including CMake snippets.

This commit is contained in:
tastytea 2020-02-25 18:12:58 +01:00
parent 6eb61732bc
commit 76fd689170
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
include(debug_flags)
include(cmake/debug_flags.cmake)
if(WITH_CLANG-TIDY)
set(CMAKE_CXX_CLANG_TIDY