[ros-diffs] [akhaldi] 54215: [CMAKE] * Don't even create the stlport static lib. No working C++ module links to it, and until we have a proper STL support the other modules won't compile either.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Thu Oct 20 18:30:58 UTC 2011


Author: akhaldi
Date: Thu Oct 20 18:30:56 2011
New Revision: 54215

URL: http://svn.reactos.org/svn/reactos?rev=54215&view=rev
Log:
[CMAKE]
* Don't even create the stlport static lib. No working C++ module links to it, and until we have a proper STL support the other modules won't compile either.

Modified:
    trunk/reactos/lib/3rdparty/CMakeLists.txt

Modified: trunk/reactos/lib/3rdparty/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/CMakeLists.txt?rev=54215&r1=54214&r2=54215&view=diff
==============================================================================
--- trunk/reactos/lib/3rdparty/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/CMakeLists.txt [iso-8859-1] Thu Oct 20 18:30:56 2011
@@ -9,7 +9,5 @@
 add_subdirectory(libsamplerate)
 add_subdirectory(libwine)
 add_subdirectory(libxml2)
-if(MSVC)
-    add_subdirectory(stlport)
-endif()
+# add_subdirectory(stlport) FIXME: Add proper STL support
 add_subdirectory(zlib)




More information about the Ros-diffs mailing list