stable-2.0 now defaults to NOT building wxWidgets test program.

I'm removing this in the development branch altogether, too.
This commit is contained in:
Ryan C. Gordon 2011-02-21 23:54:40 -05:00
parent c0a3282b8d
commit e7b69065a2
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ IF(PHYSFS_BUILD_TEST)
SET(PHYSFS_INSTALL_TARGETS ${PHYSFS_INSTALL_TARGETS} ";test_physfs")
ENDIF(PHYSFS_BUILD_TEST)
OPTION(PHYSFS_BUILD_WX_TEST "Build wxWidgets test program." TRUE)
OPTION(PHYSFS_BUILD_WX_TEST "Build wxWidgets test program." FALSE)
MARK_AS_ADVANCED(PHYSFS_BUILD_WX_TEST)
IF(PHYSFS_BUILD_WX_TEST)
SET(wxWidgets_USE_LIBS base core adv)