Commit d63f1fe2 by Edward Thomson

cmake: support older cmakes

parent f7270787
...@@ -13,7 +13,7 @@ if(EXPERIMENTAL_SHA256) ...@@ -13,7 +13,7 @@ if(EXPERIMENTAL_SHA256)
set(EXPERIMENTAL 1) set(EXPERIMENTAL 1)
set(GIT_EXPERIMENTAL_SHA256 1) set(GIT_EXPERIMENTAL_SHA256 1)
add_compile_definitions(GIT_EXPERIMENTAL_SHA256) add_definitions(-DGIT_EXPERIMENTAL_SHA256=1)
else() else()
add_feature_info("SHA256 API" OFF "experimental SHA256 APIs") add_feature_info("SHA256 API" OFF "experimental SHA256 APIs")
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment