simgear/3rdparty/CMakeLists.txt
James Turner a922aaa68e Move bundled Expat to new home.
Renamed bundled Expat headers to avoid any
possibility of accidental including system headers when
using bundled Expat, or vice-versa. Should help with SVN
crashes reported by Thomas.
2013-09-19 20:12:32 +01:00

5 lines
56 B
CMake

if (NOT SYSTEM_EXPAT)
add_subdirectory(expat)
endif()