Skip to content

Commit

Permalink
Rename friendly name
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Oct 17, 2024
1 parent 7d31f90 commit 9e2be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(GNUInstallDirs)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(WFL_NAME ${CMAKE_PROJECT_NAME})
set(WFL_FRIENDLY_NAME "Was Ist Los")
set(WFL_FRIENDLY_NAME "WasIstLos")
set(WFL_DESCRIPTION ${CMAKE_PROJECT_DESCRIPTION})
set(WFL_HOMEPAGE ${CMAKE_PROJECT_HOMEPAGE_URL})
set(WFL_VERSION ${CMAKE_PROJECT_VERSION})
Expand Down

0 comments on commit 9e2be4b

Please sign in to comment.