diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:31:34 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:31:34 -0400 |
commit | 1bb8ec1b97463d1114cebf8282608cd9cd2451ff (patch) | |
tree | c3c4ce8efb4d147bac84af866cc6bfad3504e671 /src | |
parent | Merge pull request #7786 (diff) | |
parent | rpc: source file extensions must be explicit (cmake warning) (diff) | |
download | monero-1bb8ec1b97463d1114cebf8282608cd9cd2451ff.tar.xz |
Merge pull request #7795
87a0928 rpc: source file extensions must be explicit (cmake warning) (selsta)
Diffstat (limited to 'src')
-rw-r--r-- | src/rpc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index aa4102481..15e433e10 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -39,7 +39,7 @@ set(rpc_sources core_rpc_server.cpp rpc_payment.cpp rpc_version_str.cpp - instanciations) + instanciations.cpp) set(daemon_messages_sources message.cpp |