Skip to content

Commit 23da948

Browse files
committed
CMake: turn off SQLITECPP_RUN_CPPLINT option
Reserve it for power developers Fix #452 First time build fails on Windows with MSVC due to carriage return characters
1 parent 52b24b9 commit 23da948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ install(FILES
390390

391391
# Optional additional targets:
392392

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

0 commit comments

Comments
 (0)