mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
fix cmake warning about included scripts setting their minimum required version
This commit is contained in:
parent
6091456986
commit
99f19c78ef
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
|
|
||||||
|
|
||||||
SET(CMAKE_SYSTEM_NAME @CMAKE_SYSTEM_NAME@)
|
SET(CMAKE_SYSTEM_NAME @CMAKE_SYSTEM_NAME@)
|
||||||
SET(UNIX @UNIX@)
|
SET(UNIX @UNIX@)
|
||||||
SET(WIN32 @WIN32@)
|
SET(WIN32 @WIN32@)
|
||||||
|
|
Loading…
Reference in a new issue