[cmake] match CMake project name to autotools

This commit is contained in:
David Adam 2018-01-21 08:57:00 +08:00
parent 1231d358de
commit 7b38d0b7cb

View file

@ -7,7 +7,7 @@ IF(POLICY CMP0067)
CMAKE_POLICY(SET CMP0067 OLD)
ENDIF()
PROJECT(fish-shell CXX)
PROJECT(fish CXX)
# We are C++11.
SET(CMAKE_CXX_STANDARD 11)