Skip to content

Commit be40581

Browse files
committed
Disable precompile headers for now
1 parent ca5c192 commit be40581

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ if (Boost_FOUND)
7070
target_include_directories(cppcheck-core-private SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})
7171
endif()
7272

73-
if (NOT CMAKE_DISABLE_PRECOMPILE_HEADERS)
74-
target_precompile_headers(cppcheck-core-private PRIVATE precompiled.h)
75-
endif()
73+
# if (NOT CMAKE_DISABLE_PRECOMPILE_HEADERS)
74+
# target_precompile_headers(cppcheck-core-private PRIVATE precompiled.h)
75+
# endif()

0 commit comments

Comments
 (0)