mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 14:40:07 +00:00
[style] replace NULL with nullptr (#5109)
This commit is contained in:
@@ -71,7 +71,12 @@ add_library(openthread-simulation
|
||||
$<TARGET_OBJECTS:openthread-platform-utils>
|
||||
)
|
||||
|
||||
set_property(TARGET openthread-simulation PROPERTY C_STANDARD 99)
|
||||
set_target_properties(
|
||||
openthread-simulation
|
||||
PROPERTIES
|
||||
C_STANDARD 99
|
||||
CXX_STANDARD 11
|
||||
)
|
||||
|
||||
find_library(LIBRT rt)
|
||||
if(LIBRT)
|
||||
|
||||
Reference in New Issue
Block a user