#6151 Correct cmake project name

This commit is contained in:
Nick Bolton 2017-09-14 12:36:08 +01:00
parent 9e58f6834e
commit 4d13e57ef1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required (VERSION 3.4)
project (synergy C CXX)
project (synergy-core C CXX)
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_EXTENSIONS OFF)