Skip to content

Commit e46b299

Browse files
authored
Fix typo in the root CMakeLists.txt
1 parent f7a83ba commit e46b299

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
@@ -33,7 +33,7 @@ option(USE_DEPLOY_RUNTIME "Copy runtime dependencies for deployment" OFF)
3333
option(USE_GETTEXT "Use GNU Gettext for translation" ON)
3434
option(USE_MACOS_BUNDLE "Install as macOS bundle" ON)
3535
use_in(USE_DBUS "Use D-Bus integration" "Linux")
36-
use_in(USE_MAC_APP "Use derived QApplication" "Darvin")
36+
use_in(USE_MAC_APP "Use derived QApplication" "Darwin")
3737

3838
# Init cmake
3939
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)