We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5c192 commit be40581Copy full SHA for be40581
1 file changed
lib/CMakeLists.txt
@@ -70,6 +70,6 @@ if (Boost_FOUND)
70
target_include_directories(cppcheck-core-private SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})
71
endif()
72
73
-if (NOT CMAKE_DISABLE_PRECOMPILE_HEADERS)
74
- target_precompile_headers(cppcheck-core-private PRIVATE precompiled.h)
75
-endif()
+# if (NOT CMAKE_DISABLE_PRECOMPILE_HEADERS)
+# target_precompile_headers(cppcheck-core-private PRIVATE precompiled.h)
+# endif()
0 commit comments