We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b24b9 commit 23da948Copy full SHA for 23da948
CMakeLists.txt
@@ -390,7 +390,7 @@ install(FILES
390
391
# Optional additional targets:
392
393
-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)
394
if (SQLITECPP_RUN_CPPLINT)
395
# The minimum version of CMAKE is 3.5, but as of 3.12 the PythonInterp package is deprecated.
396
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
0 commit comments