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 48841f1 commit 7975eaaCopy full SHA for 7975eaa
2 files changed
cmake/helpers.cmake
@@ -33,8 +33,8 @@ function(generate_translations)
33
endif()
34
endfunction()
35
36
-function(generate_linux_install)
37
- if(NOT LINUX)
+function(generate_unix_install)
+ if(NOT UNIX)
38
return()
39
40
configure_file("${CMAKE_SOURCE_DIR}/resources/linux/${PROJECT_NAME}.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.desktop" @ONLY)
org.nickvision.application.gnome/CMakeLists.txt
@@ -47,5 +47,5 @@ if(NOT WIN32)
47
48
49
generate_translations()
50
- generate_linux_install()
+ generate_unix_install()
51
0 commit comments