[style] replace NULL with nullptr (#5109)

This commit is contained in:
Jonathan Hui
2020-06-17 22:44:54 -07:00
committed by GitHub
parent 3b362071e5
commit 1326d64a64
209 changed files with 1981 additions and 1906 deletions
+6 -1
View File
@@ -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)