3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

CMake 2.8.12 does not support the `LANGUAGES` argument.

This commit is contained in:
Dan Liew 2016-02-29 15:37:20 +00:00
parent 251527603d
commit e1584cc9c7

View file

@ -1,6 +1,6 @@
# This overrides the default flags for the different CMAKE_BUILD_TYPEs
set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/compiler_flags_override.cmake")
project(Z3 LANGUAGES C CXX)
project(Z3 C CXX)
cmake_minimum_required(VERSION 2.8.12)
################################################################################