File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ function(cinn_merge_static_libs TARGET_NAME)
234
234
235
235
if (APPLE ) # Use OSX's libtool to merge archives
236
236
# Make the generated dummy source file depended on all static input
237
- # libs. If input lib changes,the source file is touched
237
+ # libs. If input lib changes, the source file is touched
238
238
# which causes the desired effect (relink).
239
239
add_custom_command (
240
240
OUTPUT ${target_SRCS}
@@ -283,7 +283,7 @@ function(cinn_merge_static_libs TARGET_NAME)
283
283
endforeach ()
284
284
285
285
# Make the generated dummy source file depended on all static input
286
- # libs. If input lib changes,the source file is touched
286
+ # libs. If input lib changes, the source file is touched
287
287
# which causes the desired effect (relink).
288
288
add_custom_command (
289
289
OUTPUT ${target_SRCS}
@@ -310,7 +310,7 @@ function(cinn_merge_static_libs TARGET_NAME)
310
310
311
311
# windows do not support gcc/nvcc combined compiling. Use msvc lib.exe to merge libs.
312
312
# Make the generated dummy source file depended on all static input
313
- # libs. If input lib changes,the source file is touched
313
+ # libs. If input lib changes, the source file is touched
314
314
# which causes the desired effect (relink).
315
315
add_custom_command (
316
316
OUTPUT ${target_SRCS}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include(ExternalProject)
16
16
17
17
set (PSLIB_BRPC_PROJECT "extern_pslib_brpc" )
18
18
if ((NOT DEFINED PSLIB_BRPC_NAME) OR (NOT DEFINED PSLIB_BRPC_URL))
19
- message (STATUS "use pre defined download url" )
19
+ message (STATUS "use predefined download url" )
20
20
set (PSLIB_BRPC_VER
21
21
"0.1.0"
22
22
CACHE STRING "" FORCE)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ endif()
36
36
37
37
set (CMAKE_REQUIRED_FLAGS_RETAINED ${CMAKE_REQUIRED_FLAGS} )
38
38
39
- # Check MMX
39
+ # Check MMX
40
40
set (CMAKE_REQUIRED_FLAGS ${MMX_FLAG} )
41
41
set (MMX_FOUND_EXITCODE
42
42
1
You can’t perform that action at this time.
0 commit comments