Skip to content

Commit

Permalink
remove cmake_minimum_required in sub directories
Browse files Browse the repository at this point in the history
  • Loading branch information
corporal9736 committed Jul 20, 2022
1 parent 00ae0fc commit 55963b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.10)

add_executable(hasher hasher.cpp)
target_link_libraries(hasher PRIVATE picosha2)

Expand Down
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.10)

include(CTest)

add_executable(unittest test.cpp)
Expand Down

0 comments on commit 55963b0

Please sign in to comment.