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 committed Jun 7, 2024
1 parent 20f053b commit 965eb3d
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 @@ -24,7 +24,7 @@ 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 965eb3d

Please sign in to comment.