cmake: fix efl version number

We are in the merge window for 1.19 so our number is actually 1.18.99
This commit is contained in:
Stefan Schmidt 2017-02-01 11:42:03 +01:00
parent fbb865bccb
commit 07f3557fb8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/helpers")
include(GNUInstallDirs)
include(EflMacros)
EFL_PROJECT(1.19.99)
EFL_PROJECT(1.18.99)
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "In-source builds not allowed. Use: mkdir -p build && cmake -H. -Bbuild")