mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
[cmake] match CMake project name to autotools
This commit is contained in:
parent
1231d358de
commit
7b38d0b7cb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue