doc: Remove no longer needed include_directories command from example
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 14:39:43 +0000 (14:39 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 14:39:43 +0000 (14:39 +0000)
index.html

index 3a66713..8c42a9d 100644 (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>