Skip to content

Commit

Permalink
Fix compilation due to inconsistent includes with and w/o src prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin authored and ktf committed Sep 30, 2019
1 parent b38168e commit a8a89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Run2DataModel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
include(files.cmake)

get_directory_property(include_dirs INCLUDE_DIRECTORIES)
list(APPEND include_dirs "${CMAKE_CURRENT_SOURCE_DIR}/src")
list(APPEND include_dirs "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/src")
get_target_property(arrow_inc_dir Arrow::Arrow INTERFACE_INCLUDE_DIRECTORIES)
list(APPEND include_dirs "${arrow_inc_dir}")
list(REMOVE_DUPLICATES include_dirs)
Expand Down

0 comments on commit a8a89d4

Please sign in to comment.