diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:57:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:59:03 +0200 |
commit | 4c6674dd7504f7e000fb7cea5c6d0c537217a1fb (patch) | |
tree | 41debcf7bc15b092a5a9744a4ffbf5dcb7ed0bed /CMakeLists.txt | |
parent | 76d9145bd2c1d2596ef1bc8bf516a141472f4ea8 (diff) |
cmake: remove src install
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 448d7667..337d8072 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,6 @@ otr_add_subdirs() otr_merge_translations() include(opentrack-install) -otr_install_sources() string(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE) message(STATUS "-- Compile flags:") |