bump
This commit is contained in:
		@@ -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}")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user