Browse Source

I'm going to stab someone.

Par Winzell 6 năm trước cách đây
mục cha
commit
c1faf6b822
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -257,7 +257,7 @@ target_include_directories(libFBX2glTF SYSTEM PUBLIC
   ${ZLIB_INCLUDE_DIRS}
 )
 
-if (Iconv::Iconv)
+if (Iconv_FOUND)
   target_link_libraries(libFBX2glTF Iconv::Iconv)
   target_include_directories(libFBX2glTF SYSTEM PUBLIC Iconv::Iconv)
 endif()