Skip to content

Commit 25ef700

Browse files
committed
cmake: no longer dies when NBL_SANITIZE_ADDRESS is ON
Signed-off-by: Ali Cheraghi <alichraghi@proton.me>
1 parent 72bd107 commit 25ef700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/adjust/flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ function(nbl_adjust_flags)
200200
list(APPEND _D_NBL_COMPILE_OPTIONS_ $<$<CONFIG:${NBL_MAP_CONFIGURATION_FROM}>:${NBL_TO_CONFIG_COMPILE_OPTIONS}>)
201201
endforeach()
202202

203-
set_directory_properties(PROPERTIES COMPILE_OPTIONS ${_D_NBL_COMPILE_OPTIONS_})
203+
set_directory_properties(PROPERTIES COMPILE_OPTIONS "${_D_NBL_COMPILE_OPTIONS_}")
204204
endif()
205205
endfunction()

0 commit comments

Comments
 (0)