From e1d15b33406ec571095e7a91dbc4b2ada1ae3bac Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Wed, 25 Mar 2015 03:13:22 +0000 Subject: [PATCH] doc: Use "gflags" as link dependency instead of ${gflags_LIBRARIES} --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4a53e00..c844ee9 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@ the gflags installation automatically.

imported gflags library target:

    add_executable(foo main.cc)
-   target_link_libraries(foo ${gflags_LIBRARIES})
+   target_link_libraries(foo gflags)
 

DEFINE: Defining Flags In Program