Skip to content

Commit

Permalink
Merge pull request mixxxdj#13506 from Holzhaus/remove-mixxx-qml-lib-2.4
Browse files Browse the repository at this point in the history
fix(cmake): Remove target compile defs for non-existing QML target
  • Loading branch information
JoergAtGithub committed Jul 24, 2024
2 parents 3368148 + 9cf31db commit 7197507
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2671,9 +2671,6 @@ endif()
option(DEBUG_ASSERTIONS_FATAL "Fail if debug become true assertions" OFF)
if(DEBUG_ASSERTIONS_FATAL)
target_compile_definitions(mixxx-lib PUBLIC MIXXX_DEBUG_ASSERTIONS_FATAL MIXXX_DEBUG_ASSERTIONS_ENABLED)
if(QT6)
target_compile_definitions(mixxx-qml-lib PUBLIC MIXXX_DEBUG_ASSERTIONS_FATAL MIXXX_DEBUG_ASSERTIONS_ENABLED)
endif()
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "DEBUG_ASSERT statements have been enabled because DEBUG_ASSERTIONS_FATAL is ON.")
endif()
Expand Down

0 comments on commit 7197507

Please sign in to comment.