Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Merge master > develop #64

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions androidfioserializationprovider/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Sets the minimum version of CMake required to build the native library.

cmake_minimum_required(VERSION 3.4.1)
cmake_minimum_required(VERSION 3.10.2...3.10.2)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")

Expand Down Expand Up @@ -43,7 +43,7 @@ find_library( # Sets the name of the path variable.

target_link_libraries( # Specifies the target library.
abieos-lib

-Wl,--build-id=none
# Links the target library to the log library
# included in the NDK.
${log-lib})