Skip to content

Commit 497d178

Browse files
committed
Revert "[CMake] Export the CMark targets"
This reverts commit 5ef30d3. Upstream now properly exports the targets which we can use.
1 parent 5cdb153 commit 497d178

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ if(CMARK_SHARED OR CMARK_STATIC)
142142
export(TARGETS ${CMARK_INSTALL} FILE cmarkTargets.cmake)
143143
endif()
144144

145-
export(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY}
146-
FILE ${CMAKE_CURRENT_BINARY_DIR}/CMarkExports.cmake)
147-
148145
# Feature tests
149146
include(CheckIncludeFile)
150147
include(CheckCSourceCompiles)

0 commit comments

Comments
 (0)