diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-16 23:44:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-16 23:54:27 +0200 |
commit | 2ade169751dd1d6d1bc2c279633914f62ed4724f (patch) | |
tree | 77f3ccfe02c2658bb2e654b56cecbccd7b64fe1b | |
parent | 754ae1a54132eb41332267fc70a42595017c5a6e (diff) |
cmake: simplify path with no hier
-rw-r--r-- | cmake/opentrack-hier.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake index 8462531a..86a25730 100644 --- a/cmake/opentrack-hier.cmake +++ b/cmake/opentrack-hier.cmake @@ -1,6 +1,6 @@ if(WIN32 OR APPLE OR CYGWIN)
set(opentrack-hier-pfx ".")
- set(opentrack-hier-path "/./")
+ set(opentrack-hier-path "/")
set(opentrack-hier-doc ".")
set(opentrack-hier-str RUNTIME DESTINATION . LIBRARY DESTINATION .)
else()
|