mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[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. svn path=/trunk/; revision=54215
This commit is contained in:
parent
f40283d816
commit
d3c0541613
1 changed files with 1 additions and 3 deletions
4
reactos/lib/3rdparty/CMakeLists.txt
vendored
4
reactos/lib/3rdparty/CMakeLists.txt
vendored
|
@ -9,7 +9,5 @@ add_subdirectory(libmpg123)
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue