diff options
| author | Randi Joseph <randi@codehalo.com> | 2016-09-26 16:47:07 -0400 |
|---|---|---|
| committer | Randi Joseph <randi@codehalo.com> | 2016-09-26 16:47:07 -0400 |
| commit | 3627cea34a25b80de0df1fe1aa9ae09e1a9b8082 (patch) | |
| tree | fd21ba37cee1ddaee35c27d25d022db193936b2e | |
| parent | 2a5139644af29bef0346f90cc98d0e03827ec7c6 (diff) | |
| download | monzero-core-3627cea34a25b80de0df1fe1aa9ae09e1a9b8082.tar.gz monzero-core-3627cea34a25b80de0df1fe1aa9ae09e1a9b8082.tar.xz monzero-core-3627cea34a25b80de0df1fe1aa9ae09e1a9b8082.zip | |
Cleanup. Dropped "bit" from bitmonero.
| -rw-r--r-- | src/p2p/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/CMakeLists.txt b/src/p2p/CMakeLists.txt index 0e43abd39..7f240ab1a 100644 --- a/src/p2p/CMakeLists.txt +++ b/src/p2p/CMakeLists.txt @@ -27,7 +27,7 @@ # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cmake_minimum_required (VERSION 2.6) -project (bitmonero CXX) +project (monero CXX) file(GLOB P2P *) source_group(p2p FILES ${P2P}) |
