]> git.mxchange.org Git - flightgear.git/commitdiff
Cmake: restore its original name to the ephemeris library
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 23 Jan 2011 20:07:24 +0000 (21:07 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 23 Jan 2011 20:07:24 +0000 (21:07 +0100)
CMakeModules/FindSimGear.cmake

index 8a494dde7166b3205e487a594c7004792ab0aba8..88fb177a280700304de557313c315338927b44d8 100644 (file)
@@ -111,16 +111,17 @@ if(${SIMGEAR_LIBRARIES} STREQUAL "SIMGEAR_LIBRARIES-NOTFOUND")
         # on MSVC builds
         set(thread_lib threads)
     endif(NOT MSVC)
-    
+
   # note the order here affects the order Simgear libraries are
   # linked in, and hence ability to link when using a traditional
   # linker such as GNU ld on Linux
     set(comps 
-        ephemeris
+        ephem
         environment
         nasal
         sky
-        material tgdb
+        material
+        tgdb
         model    
         screen
         bucket