Skip to content

Commit 2a86e65

Browse files
Merge pull request commonmark#306 from kevinbackhouse/cmake-version
Fix cmake warnings
2 parents 00ba25c + 71f87e3 commit 2a86e65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cmake_minimum_required(VERSION 2.8)
21
set(LIBRARY "libcmark-gfm-extensions")
32
set(STATICLIBRARY "libcmark-gfm-extensions_static")
43
set(LIBRARY_SOURCES
@@ -24,7 +23,6 @@ include_directories(. ${CMAKE_CURRENT_BINARY_DIR})
2423

2524
set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE} -pg")
2625
set(CMAKE_LINKER_PROFILE "${CMAKE_LINKER_FLAGS_RELEASE} -pg")
27-
add_compiler_export_flags()
2826

2927
if (CMARK_SHARED)
3028
add_library(${LIBRARY} SHARED ${LIBRARY_SOURCES})

0 commit comments

Comments
 (0)