Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/subprojects/packagefiles/flint/cmakelinux.patch
6378 views
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
index 8d959fb..5dcbf6e 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -12,10 +12,6 @@
6
7
cmake_minimum_required(VERSION 3.22)
8
9
-if(NOT WIN32)
10
- message(FATAL_ERROR "Detected system is not Windows. Please use the Autotools configuration along with the Makefile instead as it is more up-to-date. Read INSTALL.md.")
11
-endif()
12
-
13
include(CheckCCompilerFlag)
14
include(CheckCSourceRuns)
15
include(CheckIPOSupported)
16
17