From 5131a2fddbe2e98af56653ffe2440be191f0bbfb Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Wed, 21 Dec 2022 13:10:28 -0500 Subject: [PATCH] Fix cmake (hopefully) --- indra/newview/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 7dc35f229bc..5d669e6c21a 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1561,7 +1561,7 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt" configure_file(llviewerbuildconfig.h.in llviewerbuildconfig.h @ONLY) if (LINUX) - configure_file(/linux-tools/refresh_desktop_app_entry.sh /linux-tools/refresh_desktop_app_entry.sh @ONLY) + configure_file(./linux_tools/refresh_desktop_app_entry.sh ./linux_tools/refresh_desktop_app_entry.sh @ONLY) endif(LINUX) LIST(APPEND viewer_HEADER_FILES ${CMAKE_CURRENT_BINARY_DIR}/llviewerbuildconfig.h) -- GitLab