Skip to content

Commit

Permalink
Issue cmake_minimum_required as first command
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ballo committed Sep 26, 2016
1 parent 5f95e94 commit c3dc2e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
cmake_policy(VERSION 3.4)
cmake_minimum_required(VERSION 3.4)

# secp256k1
#==============================================================================
project(secp256k1
VERSION 0.1
LANGUAGES C)
cmake_minimum_required(VERSION 3.4)

# Process options.
#==============================================================================
Expand Down

0 comments on commit c3dc2e9

Please sign in to comment.