[Cmake-commits] CMake branch, master, updated. v3.14.4-1131-gc7db6ce
Kitware Robot
kwrobot at kitware.com
Tue May 28 15:03:04 EDT 2019
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 c7db6ce98617aa846d213027c9ea9505f7d11d08 (commit)
via a7754448f66acc50427a04b1e5b699a041ae295a (commit)
from 45e4f470c02b16622c281371d30ecc0f7d71e5c6 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c7db6ce98617aa846d213027c9ea9505f7d11d08
commit c7db6ce98617aa846d213027c9ea9505f7d11d08
Merge: 45e4f47 a775444
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue May 28 18:59:32 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue May 28 14:59:48 2019 -0400
Merge topic 'flex'
a7754448f6 FindFLEX: fix example
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3379
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a7754448f66acc50427a04b1e5b699a041ae295a
commit a7754448f66acc50427a04b1e5b699a041ae295a
Author: Marcin Ślusarz <marcin.slusarz at gmail.com>
AuthorDate: Sun May 26 22:30:49 2019 +0200
Commit: Marcin Ślusarz <marcin.slusarz at gmail.com>
CommitDate: Sun May 26 22:34:06 2019 +0200
FindFLEX: fix example
Binaries using flex must link with the detected library.
diff --git a/Modules/FindFLEX.cmake b/Modules/FindFLEX.cmake
index 09d57d2..d22b7ec 100644
--- a/Modules/FindFLEX.cmake
+++ b/Modules/FindFLEX.cmake
@@ -95,6 +95,7 @@ respectively ``FLEX_TARGET`` and ``BISON_TARGET`` macros.
${BISON_MyParser_OUTPUTS}
${FLEX_MyScanner_OUTPUTS}
)
+ target_link_libraries(Foo ${FLEX_LIBRARIES})
====================================================================
#]=======================================================================]
-----------------------------------------------------------------------
Summary of changes:
Modules/FindFLEX.cmake | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list