Skip to content

Commit 195188f

Browse files
authored
Merge pull request #1769 from enetheru/defs
CMake: Match #1758 move of DEBUG_METHODS_ENABLED from build options to defs.hpp
2 parents 2a8d218 + b195a51 commit 195188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/common_compiler_flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function(common_compiler_flags)
159159
GDEXTENSION
160160

161161
# features
162-
$<${DEBUG_FEATURES}:DEBUG_ENABLED DEBUG_METHODS_ENABLED>
162+
$<${DEBUG_FEATURES}:DEBUG_ENABLED>
163163

164164
$<${IS_DEV_BUILD}:DEV_ENABLED>
165165

0 commit comments

Comments
 (0)