Skip to content

Commit

Permalink
Revert "[CMake] Export the CMark targets"
Browse files Browse the repository at this point in the history
This reverts commit 5ef30d3.  Upstream
now properly exports the targets which we can use.
  • Loading branch information
compnerd committed Jan 3, 2020
1 parent 5cdb153 commit 497d178
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ if(CMARK_SHARED OR CMARK_STATIC)
export(TARGETS ${CMARK_INSTALL} FILE cmarkTargets.cmake)
endif()

export(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY}
FILE ${CMAKE_CURRENT_BINARY_DIR}/CMarkExports.cmake)

# Feature tests
include(CheckIncludeFile)
include(CheckCSourceCompiles)
Expand Down

0 comments on commit 497d178

Please sign in to comment.