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 /cmake/opentrack-hier.cmake | |
parent | 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (diff) |
contrib: don't install source code
Diffstat (limited to 'cmake/opentrack-hier.cmake')
-rw-r--r-- | cmake/opentrack-hier.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake index 6bfee1a1..7a0659c6 100644 --- a/cmake/opentrack-hier.cmake +++ b/cmake/opentrack-hier.cmake @@ -51,8 +51,6 @@ function(otr_setup_refresh_install_dir) endif()
endfunction()
-otr_setup_refresh_install_dir()
-
set(opentrack-contrib-pfx "${opentrack-doc-pfx}/contrib")
set(opentrack-binary-suffix "")
|