1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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 01b671fbde
commit 5b1c0f285d

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@)