We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75af33 commit 2a26926Copy full SHA for 2a26926
CMakeLists.txt
@@ -11,8 +11,10 @@
11
# You should have received a copy of the FMILIB_License.txt file
12
# along with this program. If not, contact Modelon AB <http://www.modelon.com>.
13
14
-# CMake 3.1.3 or later is required to build Expat.
15
-cmake_minimum_required (VERSION 3.1.3 FATAL_ERROR)
+# CMake 3.1.3 or later is required to build Expat (as ExternalProject). However,
+# keeping 2.8.6 on the FMIL main project for now since updating causes issues
16
+# with CMP0026 (and more).
17
+cmake_minimum_required (VERSION 2.8.6 FATAL_ERROR)
18
19
# Prohibit in-source build
20
IF("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
0 commit comments