We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 737944a + 5db6a48 commit c6ec838Copy full SHA for c6ec838
2 files changed
bindings/cpp/CMakeLists.txt
@@ -55,7 +55,7 @@ install (TARGETS NeXus_CPP_Static_Library NeXus_CPP_Shared_Library
55
DESTINATION ${CMAKE_INSTALL_LIBDIR}
56
COMPONENT Runtime )
57
58
-INSTALL (FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+INSTALL (FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nexus
59
COMPONENT Development)
60
61
include/CMakeLists.txt
@@ -31,4 +31,4 @@ SET(INCLUDE_FILES napi.h napiu.h)
31
configure_file(nxconfig.h.in nxconfig.h @ONLY)
32
33
INSTALL (FILES ${INCLUDE_FILES}
34
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ COMPONENT Development)
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nexus COMPONENT Development)
0 commit comments