forward porting part 1

This commit is contained in:
Richard Holland
2022-01-11 13:33:23 +00:00
parent 3697f7b69c
commit ec22906e78
6 changed files with 26 additions and 27 deletions

View File

@@ -6,6 +6,8 @@ endif ()
project (rippled)
set(Boost_NO_BOOST_CMAKE ON)
# make GIT_COMMIT_HASH define available to all sources
find_package(Git)
if(Git_FOUND)