diff options
author | stoffu <stoffu@protonmail.ch> | 2017-09-14 08:28:23 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2017-09-21 07:47:37 +0900 |
commit | e29282d2081709e126b1fb67f49e9d4a666794da (patch) | |
tree | 1787dbfeb55ffaa94a34813cf53c741544d2dd3e /src/p2p/CMakeLists.txt | |
parent | Merge pull request #2441 (diff) | |
download | monero-e29282d2081709e126b1fb67f49e9d4a666794da.tar.xz |
build: auto update version info without manually deleting version.h
Diffstat (limited to 'src/p2p/CMakeLists.txt')
-rw-r--r-- | src/p2p/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/p2p/CMakeLists.txt b/src/p2p/CMakeLists.txt index 0704940b5..2e34db5d1 100644 --- a/src/p2p/CMakeLists.txt +++ b/src/p2p/CMakeLists.txt @@ -47,5 +47,3 @@ target_link_libraries(p2p ${Boost_THREAD_LIBRARY} PRIVATE ${EXTRA_LIBRARIES}) -add_dependencies(p2p - version) |