Skip to content

Commit

Permalink
Remove accidental ´ typo from a CMake value
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Oct 19, 2023
1 parent dc8a8c6 commit e2f467e
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 @@ -77,7 +77,7 @@ execute_process(
)

if(CMAKE_BUILD_TYPE STREQUAL Debug OR CMAKE_BUILD_TYPE STREQUAL Profile)
set(LITH_IS_DEBUG_BUILD ÓN CACHE STRING "")
set(LITH_IS_DEBUG_BUILD ON CACHE STRING "")
endif()

find_package(Qt6 COMPONENTS Widgets Gui Quick Multimedia Qml QuickControls2 QuickLayouts QuickDialogs2 QuickTemplates2 WebSockets Xml REQUIRED)
Expand Down

0 comments on commit e2f467e

Please sign in to comment.