diff options
author | selsta <selsta@sent.at> | 2021-07-15 09:41:43 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-07-15 09:42:57 +0200 |
commit | 87a092811d8448b9329c7a7120c7aeb8c801dd9d (patch) | |
tree | bbeca1ee8dd2623e09c955324fe355153d60b0a7 /src | |
parent | Merge pull request #7764 (diff) | |
download | monero-87a092811d8448b9329c7a7120c7aeb8c801dd9d.tar.xz |
rpc: source file extensions must be explicit (cmake warning)
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 |