mirror of https://github.com/ecmwf/eccodes.git
Modernisation: Fix include dirs
This commit is contained in:
parent
b7187d77b2
commit
25835a2e23
|
@ -435,8 +435,6 @@ endforeach()
|
|||
### include directories
|
||||
|
||||
include_directories(
|
||||
"accessor"
|
||||
"geo_iterator"
|
||||
${ECCODES_INCLUDE_DIRS}
|
||||
${ECCODES_EXTRA_INCLUDE_DIRS}
|
||||
)
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
# granted to it by virtue of its status as an intergovernmental organisation
|
||||
# nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
include_directories(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/accessor"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/geo_iterator"
|
||||
)
|
||||
|
||||
list( APPEND eccodes_src_files
|
||||
accessor/grib_accessor.cc
|
||||
accessor/grib_accessors_list.cc
|
||||
|
|
Loading…
Reference in New Issue