fix build error with aarch64 32/283532/1 accepted/tizen/unified/20221102.085158
authorTae-Young Chung <ty83.chung@samsung.com>
Fri, 28 Oct 2022 06:21:03 +0000 (15:21 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Fri, 28 Oct 2022 06:21:16 +0000 (15:21 +0900)
commitaf357fd2285e65bfcd76ae15cbada32f01913d57
treee7c6dbaa26c4f9bda3de5314a98ba52b40e27c16
parentce8646a3f6abe8b4d6783bb9ee981d10c811cfe3
fix build error with aarch64

[Version]: 0.23.41-1
[Issue type]: bug fix

Build error message:
```
[   17s] CMake Error at test/CMakeLists.txt:17 (target_link_libraries):
[   17s]   Error evaluating generator expression:
[   17s]
[   17s]     $<TARGET_PROPERTY:Open3D::Open3D,TYPE>
[   17s]
[   17s]   Target "Open3D::Open3D" not found.
```
This commit resolves it.

Change-Id: I2b2d20367011316b12c7c8ed3117731845156941
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/capi-media-vision.spec
test/CMakeLists.txt