Skip to content

Commit 9e405d7

Browse files
committed
fix difference between gnome 43 and less
1 parent 76b2e3f commit 9e405d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ else()
156156
COMPONENT nemo-integration)
157157
set(GNOME_SHELL_VERSION_STR "1")
158158
if (NOT APPLE)
159-
execute_process(COMMAND ${CMAKE_COMMAND} -E "gnome-shell --version" OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
159+
execute_process(COMMAND "gnome-shell --version" OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
160160
endif()
161161
string(REGEX MATCH "[0-9]+" GNOME_SHELL_VERSION "${GNOME_SHELL_VERSION_STR}")
162162
message(STATUS "GNOME_SHELL_VERSION is ${GNOME_SHELL_VERSION}")

0 commit comments

Comments
 (0)