From 2b9933c0b554be3a3ca5410ca5c10c3567b3ed87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Garc=C3=ADa=20Li=C3=B1=C3=A1n?= Date: Tue, 17 Aug 2021 12:01:54 +0200 Subject: [PATCH] Remove explicit LINKER_LANGUAGE when compiling TinyGLTF --- 3rdparty/tiny_gltf/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/3rdparty/tiny_gltf/CMakeLists.txt b/3rdparty/tiny_gltf/CMakeLists.txt index 613be433..ea66006b 100644 --- a/3rdparty/tiny_gltf/CMakeLists.txt +++ b/3rdparty/tiny_gltf/CMakeLists.txt @@ -5,8 +5,6 @@ target_include_directories(FGTinyGLTF $ $) -set_target_properties(FGTinyGLTF PROPERTIES LINKER_LANGUAGE CXX) - # in the non-shared case, we need to export these as well if (NOT SIMGEAR_SHARED) install(TARGETS FGTinyGLTF