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:
parent
e50c2a4708
commit
0fbb859f43
@ -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})
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user