Skip to content

Commit

Permalink
Merge pull request #142 from wjwwood/fix_overlaid_config_h
Browse files Browse the repository at this point in the history
ensure the locally generated config.h is used
  • Loading branch information
jslee02 committed Jul 22, 2016
2 parents 7075caf + 7c5a220 commit 1d9e363
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 1d9e363

Please sign in to comment.