[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-1111-g3bce2ae
Stephen Kelly
steveire at gmail.com
Thu Dec 4 18:12:26 EST 2014
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, next has been updated
via 3bce2ae4240a701c7e05cd05514d0ae9443ce778 (commit)
via 4d674587b102aa008d08ae8575fb42d2963b9ddb (commit)
from da1ba8eb418d6f08b2d21892ee83a82626da4663 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3bce2ae4240a701c7e05cd05514d0ae9443ce778
commit 3bce2ae4240a701c7e05cd05514d0ae9443ce778
Merge: da1ba8e 4d67458
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Dec 4 18:12:26 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 4 18:12:26 2014 -0500
Merge topic 'Find-Modules-documentation' into next
4d674587 Fix LOCATIONS.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4d674587b102aa008d08ae8575fb42d2963b9ddb
commit 4d674587b102aa008d08ae8575fb42d2963b9ddb
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Dec 5 00:11:53 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Dec 5 00:11:53 2014 +0100
Fix LOCATIONS.
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index 8c61dfd..3b9b921 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -1072,7 +1072,7 @@ populated:
IMPORTED_CONFIGURATIONS RELEASE
)
set_target_properties(Foo::Foo PROPERTIES
- IMPORTED_LOCATION "${Foo_LIBRARY_RELEASE}"
+ IMPORTED_LOCATION_RELEASE "${Foo_LIBRARY_RELEASE}"
)
endif()
if (Foo_LIBRARY_DEBUG)
@@ -1080,7 +1080,7 @@ populated:
IMPORTED_CONFIGURATIONS DEBUG
)
set_target_properties(Foo::Foo PROPERTIES
- IMPORTED_LOCATION "${Foo_LIBRARY_DEBUG}"
+ IMPORTED_LOCATION_DEBUG "${Foo_LIBRARY_DEBUG}"
)
endif()
set_target_properties(Foo::Foo PROPERTIES
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-developer.7.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list