Skip to content

Commit

Permalink
Merge pull request #767 from eosnetworkfoundation/tests_cmake_warnfix
Browse files Browse the repository at this point in the history
`cmake_minimum_required()` before `project()` to avoid cmake warning
  • Loading branch information
spoonincode committed Aug 23, 2024
2 parents 9d0d421 + 816ecca commit c12c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(evm_runtime_tests)
cmake_minimum_required(VERSION 3.12)
project(evm_runtime_tests)

find_package(eosio)

Expand Down

0 comments on commit c12c156

Please sign in to comment.