Skip to content

Commit

Permalink
CMake: turn off SQLITECPP_RUN_CPPLINT option
Browse files Browse the repository at this point in the history
Reserve it for power developers

Fix #452 First time build fails on Windows with MSVC due to carriage return characters
  • Loading branch information
SRombauts committed Aug 20, 2024
1 parent 52b24b9 commit 23da948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ install(FILES

# Optional additional targets:

option(SQLITECPP_RUN_CPPLINT "Run cpplint.py tool for Google C++ StyleGuide." ON)
option(SQLITECPP_RUN_CPPLINT "Run cpplint.py tool for Google C++ StyleGuide." OFF)
if (SQLITECPP_RUN_CPPLINT)
# The minimum version of CMAKE is 3.5, but as of 3.12 the PythonInterp package is deprecated.
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
Expand Down

0 comments on commit 23da948

Please sign in to comment.