Skip to content

Commit

Permalink
Fix tools.cmake include of cmake-scripts (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnusse committed Mar 22, 2021
1 parent 9e54d3c commit 2df9ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
)
endif()

include(${StableCoder-cmake-scripts_SOURCE_DIR}/tools.cmake)
include(${cmake-scripts_SOURCE_DIR}/tools.cmake)

clang_tidy(${CLANG_TIDY_ARGS})
include_what_you_use(${IWYU_ARGS})
Expand Down

0 comments on commit 2df9ff4

Please sign in to comment.