File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -284,14 +284,14 @@ if(SECP256K1_BUILD_BENCHMARK OR SECP256K1_BUILD_TESTS OR SECP256K1_BUILD_EXHAUST
284
284
enable_testing ()
285
285
endif ()
286
286
287
- set (SECP256K1_LATE_CFLAGS "" CACHE STRING "Compiler flags that are added to the command line after all other flags added by the build system." )
287
+ set (SECP256K1_APPEND_CFLAGS "" CACHE STRING "Compiler flags that are added to the command line after all other flags added by the build system." )
288
288
include (AllTargetsCompileOptions)
289
289
290
290
add_subdirectory (src)
291
- all_targets_compile_options(src "${SECP256K1_LATE_CFLAGS } " )
291
+ all_targets_compile_options(src "${SECP256K1_APPEND_CFLAGS } " )
292
292
if (SECP256K1_BUILD_EXAMPLES)
293
293
add_subdirectory (examples)
294
- all_targets_compile_options(examples "${SECP256K1_LATE_CFLAGS } " )
294
+ all_targets_compile_options(examples "${SECP256K1_APPEND_CFLAGS } " )
295
295
endif ()
296
296
297
297
message ("\n " )
@@ -365,8 +365,8 @@ else()
365
365
message (" - LDFLAGS for executables ............ ${CMAKE_EXE_LINKER_FLAGS_DEBUG} " )
366
366
message (" - LDFLAGS for shared libraries ....... ${CMAKE_SHARED_LINKER_FLAGS_DEBUG} " )
367
367
endif ()
368
- if (SECP256K1_LATE_CFLAGS )
369
- message ("SECP256K1_LATE_CFLAGS ................. ${SECP256K1_LATE_CFLAGS } " )
368
+ if (SECP256K1_APPEND_CFLAGS )
369
+ message ("SECP256K1_APPEND_CFLAGS ............... ${SECP256K1_APPEND_CFLAGS } " )
370
370
endif ()
371
371
message ("" )
372
372
if (print_msan_notice)
You can’t perform that action at this time.
0 commit comments