Skip to content

Commit

Permalink
ensure the locally generated config.h is used
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jul 21, 2016
1 parent 7075caf commit 7c5a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ endif()

# FCL's own include dir should be at the front of the include path
include_directories(BEFORE "include")
include_directories("${CMAKE_CURRENT_BINARY_DIR}/include")
include_directories(BEFORE "${CMAKE_CURRENT_BINARY_DIR}/include")

if(PKG_CONFIG_FOUND)
pkg_check_modules(CCD ccd)
Expand Down

0 comments on commit 7c5a220

Please sign in to comment.