diff options
-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()
|