Skip to content

Commit

Permalink
chore: fouce to COMPILE ON v23
Browse files Browse the repository at this point in the history
fouce to COMPILE ON v23
  • Loading branch information
Clauszy authored and deepin-bot[bot] committed Jun 12, 2024
1 parent 20f053b commit 959838c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ endif()

#Indentify the version
find_package(DtkCMake REQUIRED)
if (${DEEPIN_OS_VERSION} MATCHES "23")

if (1 OR ${DEEPIN_OS_VERSION} MATCHES "23")
add_definitions(-DCOMPILE_ON_V23)
set(COMPLIE_ON_V23 TRUE)
message("COMPILE ON v23")
Expand Down

0 comments on commit 959838c

Please sign in to comment.