Skip to content

Commit

Permalink
remove inapropriate terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Guyomarc'h committed Aug 7, 2021
1 parent 487747f commit 002eb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ target_link_libraries(eovim
${MSGPACK_LIBRARIES}
)
add_dependencies(eovim themes)
add_nazi_compiler_warnings(eovim)
set_compiler_warnings(eovim)
target_compile_definitions(eovim
PRIVATE
PACKAGE_BIN_DIR=\"${CMAKE_INSTALL_PREFIX}/bin\"
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/compiler_warnings.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function (add_nazi_compiler_warnings Target)
function (set_compiler_warnings Target)
if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
list(APPEND warnings
-Weverything
Expand Down

0 comments on commit 002eb90

Please sign in to comment.