8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00

[build] [cmake] Bump minimal cmake version. Add missed dependency.

This commit is contained in:
egorpugin 2015-02-05 17:10:41 +00:00
parent e50c2a4708
commit 0fbb859f43
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
################################################################################
cmake_minimum_required(VERSION 2.8.8)
cmake_minimum_required(VERSION 2.8.12)
# In-source builds are not possible and so disabled.
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})

View File

@ -59,6 +59,7 @@ add_custom_command(
OUTPUT employe2.fdb
DEPENDS
empbuild
gfix
${files}
COMMAND ${CMAKE_COMMAND} -E remove employe2.fdb
COMMAND ${CMAKE_COMMAND} -E remove employe2_.fdb