This commit is contained in:
Zoltán Balogh
2015-10-22 14:05:41 +03:00

View File

@@ -8,9 +8,6 @@ include(ExternalProject)
include(ProcessorCount)
function(ConcatStrings targetVar )
if(NOT DEFINED ${targetVar})
message(SEND_ERROR "Error, the variable ${targetVar} is not defined!")
endif()
set(loc_val ${${targetVar}})
foreach(curr_substr ${ARGN})
set(loc_val "${loc_val}${curr_substr}")