summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-hier.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-16 23:44:41 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-16 23:54:27 +0200
commit2ade169751dd1d6d1bc2c279633914f62ed4724f (patch)
tree77f3ccfe02c2658bb2e654b56cecbccd7b64fe1b /cmake/opentrack-hier.cmake
parent754ae1a54132eb41332267fc70a42595017c5a6e (diff)
cmake: simplify path with no hier
Diffstat (limited to 'cmake/opentrack-hier.cmake')
-rw-r--r--cmake/opentrack-hier.cmake2
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()