Skip to content

Commit

Permalink
Commented out lint targets. (May revisit later)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmutableOctet committed Jun 29, 2023
1 parent 815335f commit 5084df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/dev-mode.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
include(cmake/open-cpp-coverage.cmake OPTIONAL)
endif()

include(cmake/lint-targets.cmake)
include(cmake/spell-targets.cmake)
#include(cmake/lint-targets.cmake)
#include(cmake/spell-targets.cmake)

add_folders(Project)

0 comments on commit 5084df0

Please sign in to comment.