Update cmake so that rippled can build as a submodule

This commit is contained in:
Edward Hennis
2020-06-10 20:50:50 -04:00
committed by Nik Bougalis
parent 4702c8b591
commit 54ece72b62
9 changed files with 16 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ else()
# for the single amalgamation source file.
PATCH_COMMAND
${CMAKE_COMMAND} -E copy_if_different
${CMAKE_SOURCE_DIR}/Builds/CMake/CMake_sqlite3.txt
${CMAKE_CURRENT_SOURCE_DIR}/Builds/CMake/CMake_sqlite3.txt
<SOURCE_DIR>/CMakeLists.txt
CMAKE_ARGS
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}