8babd28a50
Unittest is failing in ASAN builds. To unblock ASAN builds, disabling the same as a workaround The test will run in non-asan builds Change-Id: Ib3c8d7a2c77aa83e9c6260e9b47ccb0564f789e8
5 lines
92 B
CMake
5 lines
92 B
CMake
if(NOT ENABLE_ASAN_PACKAGING)
|
|
add_subdirectory(profiler)
|
|
add_subdirectory(core)
|
|
endif()
|