From bb2bcb0176bf19707ef4dc30e0c64112a0d4a267 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 16 Dec 2017 12:20:59 -0800 Subject: CMake: minor update to fix Android link error --- Common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 6179dc43..8dbf9b40 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -57,7 +57,7 @@ PUBLIC target_link_libraries(Common PRIVATE BuildSettings - PlatformInterface + TargetPlatform ) set_common_target_properties(Common) -- cgit v1.2.3