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)