Update upstream source from tag 'upstream/3.9.5'
Update to upstream version '3.9.5' with Debian dir fe8e543b4673a7e0e844451a8a6cbbc788bbe60b
This commit is contained in:
commit
7a51ba197c
@ -240,8 +240,6 @@ if (NOT Boost_NO_BOOST_CMAKE)
|
|||||||
message("Found Boost components:")
|
message("Found Boost components:")
|
||||||
message(" ${Boost_FIND_COMPONENTS}")
|
message(" ${Boost_FIND_COMPONENTS}")
|
||||||
endif()
|
endif()
|
||||||
# Restore project's policies
|
|
||||||
cmake_policy(POP)
|
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# CMake version number components.
|
# CMake version number components.
|
||||||
set(CMake_VERSION_MAJOR 3)
|
set(CMake_VERSION_MAJOR 3)
|
||||||
set(CMake_VERSION_MINOR 9)
|
set(CMake_VERSION_MINOR 9)
|
||||||
set(CMake_VERSION_PATCH 3)
|
set(CMake_VERSION_PATCH 5)
|
||||||
#set(CMake_VERSION_RC 0)
|
#set(CMake_VERSION_RC 0)
|
||||||
|
@ -1268,9 +1268,6 @@ bool cmQtAutoGenerators::MocGenerateAll(
|
|||||||
it != this->MocDefinitions.end(); ++it) {
|
it != this->MocDefinitions.end(); ++it) {
|
||||||
cmd.push_back("-D" + (*it));
|
cmd.push_back("-D" + (*it));
|
||||||
}
|
}
|
||||||
// Add options
|
|
||||||
cmd.insert(cmd.end(), this->MocOptions.begin(),
|
|
||||||
this->MocOptions.end());
|
|
||||||
// Execute command
|
// Execute command
|
||||||
if (!this->RunCommand(cmd, output, false)) {
|
if (!this->RunCommand(cmd, output, false)) {
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user