Browse Source

Fix Linux Build

JoshEngebretson 9 years ago
parent
commit
5b28abdfbc
1 changed files with 3 additions and 3 deletions
  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()
 else()
-  include(LibCurlWindows.cmake)
+    include(LibCurl.cmake)
 endif()
 endif()