Commit 94b4c26bd5287f0629a49dc9177b1c38a4055afb

Authored by David Gräff
Committed by GitHub
1 parent edce19c7

Update CMakeLists.txt

Fixes #77
Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
... ... @@ -9,7 +9,7 @@ ENDIF(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
9 9 # Find external libraries
10 10 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/")
11 11  
12   -INCLUDE_DIRECTORIES(.)
  12 +INCLUDE_DIRECTORIES("." "/usr/local/include")
13 13  
14 14 # Qt Widgets based Gui with OpenGL canvas
15 15 add_subdirectory(openhantek)
... ...