Browse Source

CMake fix for iOS

Josh Engebretson 10 years ago
parent
commit
d7df522db9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      CMakeLists.txt

+ 1 - 3
CMakeLists.txt

@@ -20,9 +20,7 @@ endif()
 if (MSVC)
 if (MSVC)
 
 
     include(AtomicWindows)
     include(AtomicWindows)
-
-elseif (IOS)
-
+    
 elseif(APPLE)
 elseif(APPLE)
 
 
     if (IOS)
     if (IOS)