We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b2e3f commit 9e405d7Copy full SHA for 9e405d7
CMakeLists.txt
@@ -156,7 +156,7 @@ else()
156
COMPONENT nemo-integration)
157
set(GNOME_SHELL_VERSION_STR "1")
158
if (NOT APPLE)
159
- execute_process(COMMAND ${CMAKE_COMMAND} -E "gnome-shell --version" OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
+ execute_process(COMMAND "gnome-shell --version" OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
160
endif()
161
string(REGEX MATCH "[0-9]+" GNOME_SHELL_VERSION "${GNOME_SHELL_VERSION_STR}")
162
message(STATUS "GNOME_SHELL_VERSION is ${GNOME_SHELL_VERSION}")
0 commit comments