Skip to content

Commit 6cb2aaa

Browse files
authored
Update CMakeLists.txt
1 parent 48f68d5 commit 6cb2aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ target_link_libraries(${PROJECT_NAME}_static PUBLIC ${APP_LINK_LIB})
147147
target_compile_options(${PROJECT_NAME}_static PUBLIC ${APP_BUILD_OPTIONS})
148148
target_include_directories(${PROJECT_NAME}_static PUBLIC include)
149149

150-
#Remove -g flag for NDK cc
150+
# Remove -g flag for NDK cc
151151
string(REPLACE "-g " "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
152152
if (BUILD_CLI)
153153
include(FetchContent)

0 commit comments

Comments
 (0)