Skip to content

Commit

Permalink
stable-2.0 now defaults to NOT building wxWidgets test program.
Browse files Browse the repository at this point in the history
I'm removing this in the development branch altogether, too.
  • Loading branch information
icculus committed Feb 22, 2011
1 parent c0a3282 commit e7b6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit e7b6906

Please sign in to comment.