Explorar el Código

I'm going to stab someone.

Par Winzell hace 6 años
padre
commit
c1faf6b822
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()