Skip to content

Commit 845897a

Browse files
committed
build: permit incremental linking on Windows
This was introduced with the very first import of the CMake based build system. There is no reason to disable it here, so just remove the addition.
1 parent fa7f441 commit 845897a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ if (CMARK_STATIC)
9898
list(APPEND CMARK_INSTALL ${STATICLIBRARY})
9999
endif()
100100

101-
if (MSVC)
102-
set_property(TARGET ${PROGRAM}
103-
APPEND PROPERTY LINK_FLAGS /INCREMENTAL:NO)
104-
endif(MSVC)
105-
106101
set(libdir lib${LIB_SUFFIX})
107102

108103
install(TARGETS ${PROGRAM} ${CMARK_INSTALL}

0 commit comments

Comments
 (0)