Skip to content

Commit

Permalink
feat: build system improvements (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored Oct 18, 2024
1 parent 7b6fa3e commit e957c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.20)

project(secp256k1 VERSION 0 LANGUAGES C)

Expand Down
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Secp256k1Conan(KnuthConanFileV2):
url = "https://github.com/k-nuth/secp256k1"
description = "Optimized C library for EC operations on curve secp256k1"
settings = "os", "compiler", "build_type", "arch"
package_type = "library"

#TODO(fernando): See what to do with shared/static option... (not supported yet in Cmake)

Expand Down

0 comments on commit e957c56

Please sign in to comment.