Skip to content

Commit 6c4315d

Browse files
fixup! fix: remove redundant code
1 parent ce7afcb commit 6c4315d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ add_library(cjson_object OBJECT ${CJSON_SOURCE})
2626
add_executable(main ${MAIN_SOURCE} $<TARGET_OBJECTS:cmdline_object> $<TARGET_OBJECTS:handle_object> $<TARGET_OBJECTS:cjson_object>)
2727

2828
set_target_properties(main PROPERTIES
29-
# COMPILE_DEFINITIONS "MyRelease"
29+
COMPILE_DEFINITIONS "MyRelease"
3030
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/rootfs/system/bin"
3131
)
3232

0 commit comments

Comments
 (0)