diff options
Diffstat (limited to 'include/CMakeLists.txt')
| -rw-r--r-- | include/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8fed775..62ab110 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES external/marsio.h DESTINATION include COMPONENT Program)
-install(FILES external/mrtunnat.h DESTINATION include COMPONENT Program)
\ No newline at end of file +install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) +install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) |
