From 891cf668b9bbae202e0054f98271309167547489 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 13 Sep 2018 10:39:21 -0700 Subject: [PATCH] Fix order of linked libraries. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c1cbf8..09b67f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,12 +197,12 @@ endif() target_link_libraries(FBX2glTF ${FRAMEWORKS} - ${CMAKE_DL_LIBS} - ${CMAKE_THREAD_LIBS_INIT} ${DRACO_LIB} ${FMT_LIB} optimized ${FBXSDK_LIBRARY} debug ${FBXSDK_LIBRARY_DEBUG} + ${CMAKE_DL_LIBS} + ${CMAKE_THREAD_LIBS_INIT} ) target_include_directories(FBX2glTF PUBLIC