Skip to content

Commit

Permalink
cmake: fix RELEASE definition for older cmake releases (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Sep 12, 2023
1 parent ce1b9b9 commit c01f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/re-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ endif()
list(APPEND RE_DEFINITIONS
-DARCH="${CMAKE_SYSTEM_PROCESSOR}"
-DOS="${CMAKE_SYSTEM_NAME}"
$<$<NOT:$<CONFIG:DEBUG>>:-DRELEASE>
$<$<NOT:$<CONFIG:DEBUG>>:RELEASE>
)

if(NOT ${CMAKE_BUILD_TYPE} MATCHES "[Rr]el")
Expand Down

0 comments on commit c01f641

Please sign in to comment.