summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-qt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-qt.cmake')
-rw-r--r--cmake/opentrack-qt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake
index 5b851508..66618c59 100644
--- a/cmake/opentrack-qt.cmake
+++ b/cmake/opentrack-qt.cmake
@@ -26,7 +26,7 @@ if(MSVC)
# cross tools, etc. which is a can of worms and if/else branches.
get_filename_component(linker-dir "${CMAKE_LINKER}" DIRECTORY)
find_file(editbin-executable-filepath "editbin.exe" "${linker-dir}" "${linker-dir}/.." "${linker-dir}/../..")
- opentrack_escape_string("${editbin-executable-filepath}" editbin-executable)
+ otr_escape_string("${editbin-executable-filepath}" editbin-executable)
else()
set(editbin-executable "editbin")
endif()