mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Bug#31319 CMake build does not check for minimum required version
- Add check
This commit is contained in:
parent
2ebf8386a3
commit
ffb12753d8
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.7 FATAL_ERROR)
|
||||
|
||||
PROJECT(MySql)
|
||||
|
||||
# This reads user configuration, generated by configure.js.
|
||||
|
|
Loading…
Add table
Reference in a new issue