CMake Build: Exclude Dependencies component from ALL

Change-Id: Iedc69399ec2983ecd3359969bf80bdcdfafad37a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Cristian Adam
2020-02-13 12:29:04 +01:00
parent 09894c6e0b
commit 4610112e7f
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1046,6 +1046,7 @@ function(add_qtc_executable name)
endif()
"
COMPONENT Dependencies
EXCLUDE_FROM_ALL
)
endif()