From 04c73f86c3abd4ef9ae89aa5924a5364e108906f Mon Sep 17 00:00:00 2001
From: Andreas Schuh
Date: Tue, 24 Mar 2015 14:39:43 +0000
Subject: [PATCH] doc: Remove no longer needed include_directories command from
example
---
index.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/index.html b/index.html
index 3a66713..8c42a9d 100644
--- a/index.html
+++ b/index.html
@@ -97,8 +97,6 @@ translates directly to Python.
find_package (gflags REQUIRED)
- include_directories (${gflags_INCLUDE_DIR})
-
add_executable (foo main.cc)
target_link_libraries (foo gflags)