-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from krkhan/master
Bump to fish 3.3.1
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 51805628f..95c66af63 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -24,11 +24,6 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) | ||
set(CMAKE_BUILD_TYPE "${DEFAULT_BUILD_TYPE}") | ||
endif() | ||
|
||
-# Error out when linking statically, it doesn't work. | ||
-if (CMAKE_EXE_LINKER_FLAGS MATCHES ".*-static.*") | ||
- message(FATAL_ERROR "Fish does not support static linking") | ||
-endif() | ||
- | ||
# Force colored warnings in Ninja's output, if the compiler has -fdiagnostics-color support. | ||
# Rationale in https://github.com/ninja-build/ninja/issues/814 | ||
if (CMAKE_GENERATOR STREQUAL "Ninja" AND |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters