mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +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)
|
CMAKE_POLICY(SET CMP0067 OLD)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
PROJECT(fish-shell CXX)
|
PROJECT(fish CXX)
|
||||||
|
|
||||||
# We are C++11.
|
# We are C++11.
|
||||||
SET(CMAKE_CXX_STANDARD 11)
|
SET(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
Loading…
Reference in a new issue