Fix typo in cmake

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-24 16:25:28 +02:00
parent d86553f8ad
commit 193aeb4b72
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ target_sources(carla-discovery-native
# carla standalone
add_library(carla-standalone SHARED)
add_library(carla::utils ALIAS carla-standalone)
add_library(carla::standalone ALIAS carla-standalone)
set_common_target_properties(carla-standalone)