1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix cmake warning about included scripts setting their minimum required version

This commit is contained in:
Vladislav Vaintroub
2009-12-07 17:42:21 +01:00
parent 6091456986
commit 99f19c78ef

View File

@ -1,5 +1,3 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
SET(CMAKE_SYSTEM_NAME @CMAKE_SYSTEM_NAME@)
SET(UNIX @UNIX@)
SET(WIN32 @WIN32@)