Skip to content

Commit

Permalink
UPBGE: Enable WITH_PLAYER by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Sep 11, 2016
1 parent 5af9a91 commit 1641916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ if(APPLE)
else()
option(WITH_GAMEENGINE_DECKLINK "Support BlackMagicDesign DeckLink cards in the Game Engine" ON)
endif()
option(WITH_PLAYER "Build Player" OFF)
option(WITH_PLAYER "Build Player" ON)
option(WITH_OPENCOLORIO "Enable OpenColorIO color management" ${_init_OPENCOLORIO})

# Compositor
Expand Down

0 comments on commit 1641916

Please sign in to comment.