Remove required version from cmake files
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# From http://www.cmake.org/Wiki/CMakeMacroParseArguments
|
# From http://www.cmake.org/Wiki/CMakeMacroParseArguments
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.6)
|
|
||||||
|
|
||||||
MACRO(PARSE_ARGUMENTS prefix arg_names option_names)
|
MACRO(PARSE_ARGUMENTS prefix arg_names option_names)
|
||||||
SET(DEFAULT_ARGS)
|
SET(DEFAULT_ARGS)
|
||||||
FOREACH(arg_name ${arg_names})
|
FOREACH(arg_name ${arg_names})
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
|
||||||
|
|
||||||
find_program(GETTEXT_XGETTEXT_EXECUTABLE xgettext)
|
find_program(GETTEXT_XGETTEXT_EXECUTABLE xgettext)
|
||||||
if(NOT GETTEXT_XGETTEXT_EXECUTABLE)
|
if(NOT GETTEXT_XGETTEXT_EXECUTABLE)
|
||||||
message(FATAL_ERROR "Could not find xgettext executable")
|
message(FATAL_ERROR "Could not find xgettext executable")
|
||||||
|
|||||||
Reference in New Issue
Block a user