We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ba25c + 71f87e3 commit 2a86e65Copy full SHA for 2a86e65
extensions/CMakeLists.txt
@@ -1,4 +1,3 @@
1
-cmake_minimum_required(VERSION 2.8)
2
set(LIBRARY "libcmark-gfm-extensions")
3
set(STATICLIBRARY "libcmark-gfm-extensions_static")
4
set(LIBRARY_SOURCES
@@ -24,7 +23,6 @@ include_directories(. ${CMAKE_CURRENT_BINARY_DIR})
24
23
25
set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE} -pg")
26
set(CMAKE_LINKER_PROFILE "${CMAKE_LINKER_FLAGS_RELEASE} -pg")
27
-add_compiler_export_flags()
28
29
if (CMARK_SHARED)
30
add_library(${LIBRARY} SHARED ${LIBRARY_SOURCES})
0 commit comments