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

Commit

Permalink
Merge pull request #63 from mycelium-com/fixRandomBuildId
Browse files Browse the repository at this point in the history
fix reproducible builds
  • Loading branch information
ericbutz authored Mar 25, 2021
2 parents 098fc72 + 36b3f19 commit fc9809d
Showing 1 changed file with 2 additions and 2 deletions.
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})

0 comments on commit fc9809d

Please sign in to comment.