Kaynağa Gözat

Fix Linux Build

JoshEngebretson 9 yıl önce
ebeveyn
işleme
5b28abdfbc
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      Source/ThirdParty/libcurl/CMakeLists.txt

+ 3 - 3
Source/ThirdParty/libcurl/CMakeLists.txt

@@ -1,6 +1,6 @@
 
-if (APPLE)
-  include(LibCurl.cmake)
+if (MSVC)
+    include(LibCurlWindows.cmake)
 else()
-  include(LibCurlWindows.cmake)
+    include(LibCurl.cmake)
 endif()