Skip to content

Commit e94be4c

Browse files
committed
cmake: remove stale comment on precompiled headers
In commit 9f75a9c (Turning on runtime checks when building debug under MSVC., 2012-03-30), we introduced a comment "Precompiled headers", which actually refers to no related commands. Seeing that the comment never had anything to refer to, we can simply remove it here.
1 parent 2ca088b commit e94be4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,6 @@ IF (MSVC)
468468
SET(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${CMAKE_EXE_LINKER_FLAGS_MINSIZEREL}")
469469

470470
SET(WIN_RC "src/win32/git2.rc")
471-
472-
# Precompiled headers
473-
474471
ELSE ()
475472
SET(CMAKE_C_FLAGS "-D_GNU_SOURCE ${CMAKE_C_FLAGS}")
476473

0 commit comments

Comments
 (0)