From 4c6674dd7504f7e000fb7cea5c6d0c537217a1fb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Oct 2021 18:57:39 +0200 Subject: cmake: remove src install --- cmake/opentrack-hier.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmake/opentrack-hier.cmake') diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake index 6c4827e0..0d558d0d 100644 --- a/cmake/opentrack-hier.cmake +++ b/cmake/opentrack-hier.cmake @@ -15,7 +15,6 @@ if(APPLE) set(opentrack-runtime-doc "/") # MUST HAVE A TRAILING BACKSLASH set(opentrack-bin "${CMAKE_INSTALL_PREFIX}") set(opentrack-doc "./doc") - set(opentrack-src "./source-code") set(opentrack-i18n "opentrack.app/Contents/Resources") # used during install set(opentrack-runtime-i18n "../Resources/i18n") # used in application set(opentrack-install-rpath "${CMAKE_INSTALL_PREFIX}/Library") @@ -25,7 +24,6 @@ elseif(WIN32) set(opentrack-runtime-doc "/doc/") # MUST HAVE A TRAILING BACKSLASH set(opentrack-bin ".") set(opentrack-doc "./doc") - set(opentrack-src "./source-code") set(opentrack-i18n "./i18n") set(opentrack-runtime-i18n "./i18n") set(opentrack-debug "./debug") @@ -36,12 +34,10 @@ else() set(opentrack-runtime-doc "/../share/doc/opentrack/") # MUST HAVE A TRAILING BACKSLASH set(opentrack-bin "bin") set(opentrack-doc "./share/doc/opentrack") - set(opentrack-src "./share/doc/opentrack/source-code") set(opentrack-install-rpath "${CMAKE_INSTALL_PREFIX}/${opentrack-libexec}") set(opentrack-i18n "./share/opentrack/i18n") set(opentrack-runtime-i18n "../share/opentrack/i18n") endif() -set(opentrack-install-src RUNTIME DESTINATION ${opentrack-libexec} LIBRARY DESTINATION ${opentrack-libexec}) function(otr_escape_string var str) string(REGEX REPLACE "([^_A-Za-z0-9./:-])" "\\\\\\1" str "${str}") -- cgit v1.2.3