https://github.com/Kitware/CMake
Revision 2b9dad694a43d850af5fe83dd327fc82db29a012 authored by Martin Joly on 07 October 2016, 13:37:55 UTC, committed by Brad King on 07 October 2016, 13:50:52 UTC
The change in commit v3.7.0-rc1~513^2 (FindProtobuf: fix
protobuf_generate_*() to handle proto files in subdirs, 2016-06-09)
incorrectly adds subdirectories to the path of the generated files when
`*.proto` files are passed to `protobuf_generate_*` with subdirectories.
This behavior is not correct when `PROTOBUF_GENERATE_CPP_APPEND_PATH` is
True (default behavior) as `protoc` will generate output file in the
current build directory.
1 parent b99bbfe
Raw File
Tip revision: 2b9dad694a43d850af5fe83dd327fc82db29a012 authored by Martin Joly on 07 October 2016, 13:37:55 UTC
FindProtobuf: Fix protobuf_generate_*() to handle subdirs
Tip revision: 2b9dad6
CTestConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
back to top