Skip to content

Commit

Permalink
Update required CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Aug 19, 2024
1 parent 4a56334 commit 53c112b
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,4 +1,4 @@
cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.13)

option(STATIC_CRT "Windows specific option that to specify static/dynamic run-time library" OFF)

Expand Down Expand Up @@ -108,7 +108,6 @@ file(GLOB CHECKSUMS_COMBINED_SRC
${AWS_ARCH_SRC}
)

aws_set_common_policies()
add_library(${PROJECT_NAME} ${CHECKSUMS_COMBINED_HEADERS} ${CHECKSUMS_COMBINED_SRC})
aws_set_common_properties(${PROJECT_NAME})
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_CHECKSUMS")
Expand Down

0 comments on commit 53c112b

Please sign in to comment.