Rename project in CMakeLists.txt

The CMakeLists.txt declared this project as BitShares and not Peerplays,
which makes it confusing in IDEs. Rename it to be clear which project is
open.
This commit is contained in:
Nathan Hourt 2020-08-25 13:02:45 -05:00
parent 4e3e0e010a
commit 6b59f8269f
No known key found for this signature in database
GPG key ID: B4344309A110851E

View file

@ -1,5 +1,5 @@
# Defines BitShares library target.
project( BitShares )
# Defines Peerplays library target.
project( Peerplays )
cmake_minimum_required( VERSION 2.8.12 )
set( BLOCKCHAIN_NAME "BitShares" )