Skip to content

Commit

Permalink
update version in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjjzzgggg committed Jul 15, 2019
1 parent 1a926f6 commit eab56a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5.1)
cmake_minimum_required(VERSION 3.10.1)
project (cpplib C CXX)

include(CheckCXXCompilerFlag)
Expand All @@ -25,6 +25,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/lib)

find_package(gflags REQUIRED)

include_directories(lz4/lib)
add_library(lz4 SHARED lz4/lib/lz4.c)
set_target_properties(lz4 PROPERTIES COMPILE_FLAGS "-c -x c")

Expand Down

0 comments on commit eab56a2

Please sign in to comment.