diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-01 11:42:03 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-01 11:42:52 +0100 |
commit | 07f3557fb8cba03589bb2350dc14184f058c7ea4 (patch) | |
tree | 770d1665757b6ab93afeebfbdff87c14781e5754 /CMakeLists.txt | |
parent | fbb865bccbb2059de0188aa405ce24c24afc845a (diff) | |
download | efl-07f3557fb8cba03589bb2350dc14184f058c7ea4.tar.gz |
cmake: fix efl version number
We are in the merge window for 1.19 so our number is actually 1.18.99
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b59d4d6e26..ff29bed9dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") |