Skip to content

Commit c6ec838

Browse files
Merge pull request #406 from nexusformat/organise-headers
Write header files into nexus subdirectory Fixes #405
2 parents 737944a + 5db6a48 commit c6ec838

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install (TARGETS NeXus_CPP_Static_Library NeXus_CPP_Shared_Library
5555
DESTINATION ${CMAKE_INSTALL_LIBDIR}
5656
COMPONENT Runtime )
5757

58-
INSTALL (FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
58+
INSTALL (FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nexus
5959
COMPONENT Development)
6060

6161

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ SET(INCLUDE_FILES napi.h napiu.h)
3131
configure_file(nxconfig.h.in nxconfig.h @ONLY)
3232

3333
INSTALL (FILES ${INCLUDE_FILES}
34-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ COMPONENT Development)
34+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nexus COMPONENT Development)

0 commit comments

Comments
 (0)