install: internal headers not placed under adios2/
Created by: bradking
As of commit ec59c81e3d
on master
, I see a layout in the install tree like this:
include/adios2.h
include/adios2_c.h
include/adios2/ADIOS*.h
include/c/*.h
include/cxx11/*.h
That means paths to files like cxx11/Variable.h
do not mention "adios2" in them anywhere.
Instead the layout should be something like
include/adios2.h
include/adios2_c.h
include/adios2/ADIOS*.h
include/adios2/c/*.h
include/adios2/cxx11/*.h
Cc: @chuckatkins