|
@ -13,10 +13,6 @@ |
|
|
# License along with this library; if not, write to the Free Software |
|
|
# License along with this library; if not, write to the Free Software |
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA |
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA |
|
|
|
|
|
|
|
|
# https://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/5263/steps/compile/logs/stdio |
|
|
|
|
|
# says CMake 2.6.2... We want to drop old software support... |
|
|
|
|
|
cmake_minimum_required(VERSION 2.8.12) |
|
|
|
|
|
# cmake_minimum_required(VERSION 2.6.4) # CentOS 5 |
|
|
|
|
|
set(GRN_PROJECT_NAME "groonga") |
|
|
set(GRN_PROJECT_NAME "groonga") |
|
|
set(GRN_PROJECT_LABEL "Groonga") |
|
|
set(GRN_PROJECT_LABEL "Groonga") |
|
|
project("${GRN_PROJECT_NAME}") |
|
|
project("${GRN_PROJECT_NAME}") |
|
|