mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Mark tests as USES_TERMINAL
This allows the Ninja build to show the test output live. This requires bumping the min required CMake version to 3.2 (from 3.1)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
|
||||
PROJECT(fish-shell CXX)
|
||||
|
||||
# We are C++11.
|
||||
|
||||
Reference in New Issue
Block a user