diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-11 21:46:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-12 10:05:01 +0100 |
commit | c4ffc26bcf4767cf824226f35b99f3f36eb06489 (patch) | |
tree | 9e72f894ca1b0bf1bbb0704ddffcc7dbe38a7914 /CMakeLists.txt | |
parent | 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (diff) |
contrib: don't install source code
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 101d070f..7859958a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,4 +71,4 @@ endfunction() otr_add_subdirs() otr_merge_translations() -install_sources() +#install_sources() |