From cda1975e88fce9d522d63479c8d2be734e06e6db Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sun, 6 Dec 2015 13:20:40 +0100 Subject: [PATCH] remove redundant initialization --- CMake/cotire.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMake/cotire.cmake b/CMake/cotire.cmake index f1ba885..3c3a3dd 100644 --- a/CMake/cotire.cmake +++ b/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})