mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
[cmake] match CMake project name to autotools
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user