소스 검색

remove redundant initialization

master
Sascha Kratky 8 년 전
부모
커밋
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)
set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}")
endif()
set (_cmd "${_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_compile_flags_to_cmd(_cmd ${_option_COMPILE_FLAGS})


불러오는 중...
취소
저장