Remove unnecessary set in ExternalSourceTools (#1466)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 12 Sep 2018 06:04:03 +0000 (15:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 12 Sep 2018 06:04:03 +0000 (15:04 +0900)
This set command in necessary as a package, but unnecessary as a module.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
cmake/modules/ExternalSourceTools.cmake

index 5fe4e0e..04ef64f 100644 (file)
@@ -45,5 +45,3 @@ function(ExternalSource_Download PREFIX URL)
 
   set(${PREFIX}_SOURCE_DIR "${OUT_DIR}" PARENT_SCOPE)
 endfunction(ExternalSource_Download)
-
-set(ExternalSourceTools_FOUND TRUE)