doc: Remove no longer needed include_directories command from example

This commit is contained in:
Andreas Schuh 2015-03-24 14:39:43 +00:00
parent 957f0d291c
commit 04c73f86c3

View file

@ -97,8 +97,6 @@ translates directly to Python.</p>
<pre>
find_package (gflags REQUIRED)
include_directories (${gflags_INCLUDE_DIR})
add_executable (foo main.cc)
target_link_libraries (foo gflags)
</pre>