diff options
author | codehalo <randi@codehalo.com> | 2016-09-27 02:11:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 02:11:23 -0400 |
commit | 01ec1959c3c8eef321d867a9beec794c7d12ef66 (patch) | |
tree | 00fb479dea8fdc2f1445bcf51c2d1d8fbb39d7d4 /src/cryptonote_protocol | |
parent | Update CMakeLists.txt (diff) | |
download | monero-01ec1959c3c8eef321d867a9beec794c7d12ef66.tar.xz |
Update CMakeLists.txt
Diffstat (limited to 'src/cryptonote_protocol')
-rw-r--r-- | src/cryptonote_protocol/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/CMakeLists.txt b/src/cryptonote_protocol/CMakeLists.txt index 34bb73126..65473b117 100644 --- a/src/cryptonote_protocol/CMakeLists.txt +++ b/src/cryptonote_protocol/CMakeLists.txt @@ -39,4 +39,3 @@ target_link_libraries(cryptonote_protocol ${EXTRA_LIBRARIES}) add_dependencies(cryptonote_protocol version) - |