Просмотр исходного кода

remove redundant initialization

master
Sascha Kratky 10 лет назад
Родитель
Сommit
cda1975e88
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      CMake/cotire.cmake

+ 0
- 1
CMake/cotire.cmake Просмотреть файл

@@ -1157,7 +1157,6 @@ function (cotire_scan_includes _includesVar)
if (NOT _option_COMPILER_VERSION) if (NOT _option_COMPILER_VERSION)
set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}") set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}")
endif() endif()
set (_cmd "${_option_COMPILER_EXECUTABLE}" ${_option_COMPILER_ARG1})
cotire_init_compile_cmd(_cmd "${_option_LANGUAGE}" "${_option_COMPILER_EXECUTABLE}" "${_option_COMPILER_ARG1}") cotire_init_compile_cmd(_cmd "${_option_LANGUAGE}" "${_option_COMPILER_EXECUTABLE}" "${_option_COMPILER_ARG1}")
cotire_add_definitions_to_cmd(_cmd "${_option_LANGUAGE}" ${_option_COMPILE_DEFINITIONS}) cotire_add_definitions_to_cmd(_cmd "${_option_LANGUAGE}" ${_option_COMPILE_DEFINITIONS})
cotire_add_compile_flags_to_cmd(_cmd ${_option_COMPILE_FLAGS}) cotire_add_compile_flags_to_cmd(_cmd ${_option_COMPILE_FLAGS})


Загрузка…
Отмена
Сохранить