You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

glog.patch001 479 B

1234567891011
  1. diff -Npur glog/CMakeLists.txt glog_modify/CMakeLists.txt
  2. --- glog/CMakeLists.txt 2019-03-22 10:51:46.000000000 +0800
  3. +++ glog_modify/CMakeLists.txt 2021-03-07 16:58:38.386879400 +0800
  4. @@ -470,6 +470,7 @@ add_library (glog
  5. add_library(glog::glog ALIAS glog)
  6. set_target_properties (glog PROPERTIES POSITION_INDEPENDENT_CODE ON)
  7. +set_target_properties (glog PROPERTIES OUTPUT_NAME mindspore_glog)
  8. if (UNWIND_LIBRARY)
  9. target_link_libraries (glog PUBLIC ${UNWIND_LIBRARY})