[Cmake-commits] CMake branch, master, updated. v3.14.0-rc3-257-g26068d2

2019-03-01 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index d9b54f1..a802aa7 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 14) -set(CMake_VERSION_PATCH 20190301) +set(CMake_VER

[CMake] [ANNOUNCE] CMake 3.14.0-rc3 is ready for testing

2019-03-01 Thread Robert Maynard via CMake
I am proud to announce the third CMake 3.14 release candidate. https://cmake.org/download/ The first two 3.14.0 release candidates included the FindOcatave module. This has been removed in rc3 pending further development. Documentation is available at: https://cmake.org/cmake/help/v3.14

[cmake-developers] [ANNOUNCE] CMake 3.14.0-rc3 is ready for testing

2019-03-01 Thread Robert Maynard via cmake-developers
I am proud to announce the third CMake 3.14 release candidate. https://cmake.org/download/ The first two 3.14.0 release candidates included the FindOcatave module. This has been removed in rc3 pending further development. Documentation is available at: https://cmake.org/cmake/help/v3.14

[Cmake-commits] CMake annotated tag, v3.14.0-rc3, created. v3.14.0-rc3

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The annotated tag, v3.14.0-rc3 has been created at afc1c744387081ca93d09b7f882c1efba24968a3 (tag) tagging

[Cmake-commits] CMake branch, release, updated. v3.14.0-rc2-67-g20a41aa

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 20a41aa589d4418f9ac46fc8c0402162d1d82873 (commit) from

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-323-g6bc6f41

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 6bc6f41068b06768f616d1602bd2e9edfab70b88 (commit) via

Re: [CMake] make[2]: *** No rule to make target 'sql/sql_yacc.cc', needed by 'libmysqld/CMakeFiles/sql_embedded.dir/__/sql/sql_yacc.cc.o'. Stop.

2019-03-01 Thread Kyle Edwards via CMake
On Fri, 2019-03-01 at 17:49 +0800, Yu, Mingli wrote: > Hi Expert, > > I encounter build issue when compile mariadb from  > https://downloads.mariadb.org/mariadb/10.3.13/ > > > make[2]: *** No rule to make target 'sql/sql_yacc.cc', needed by  >

[Cmake-commits] CMake branch, release, updated. v3.14.0-rc2-66-g8d9cf29

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 8d9cf290742d419a89488a055726c99ba1d754f8 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-321-g57fd4b9

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 57fd4b9d65e86010b2aba0ab00d62eb90a5ddc50 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-307-g911d67b

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 911d67b173ef2ece7f7e5f5ee73f69515bffe262 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-304-g0465c32

2019-03-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 0465c32a82f4da7745294edb1b0efe50ca66e15c (commit) via

[CMake] make[2]: *** No rule to make target 'sql/sql_yacc.cc', needed by 'libmysqld/CMakeFiles/sql_embedded.dir/__/sql/sql_yacc.cc.o'. Stop.

2019-03-01 Thread Yu, Mingli
Hi Expert, I encounter build issue when compile mariadb from https://downloads.mariadb.org/mariadb/10.3.13/ make[2]: *** No rule to make target 'sql/sql_yacc.cc', needed by 'libmysqld/CMakeFiles/sql_embedded.dir/__/sql/sql_yacc.cc.o'. Stop. And the content of libmysqld/CMakeLists.txt as