Skip to content

Commit

Permalink
Build samples OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
konopka90 committed Sep 3, 2015
1 parent a3b7be8 commit caf6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if(APPLE)
option(BUILD_FRAMEWORK "Build Framework bundle for OSX" OFF)
endif()

option(BUILD_SAMPLES "Build samples" ON)
option(BUILD_SAMPLES "Build samples" OFF)
if(WIN32)
option(SKIP_DIRECTX_SAMPLES "Skip build of all DirectX related samples. Only applies if BUILD_SAMPLES is ON" OFF)
option(SKIP_DIRECTX9_SAMPLE "Skip build of DirectX 9 related sample. Only applies if BUILD_SAMPLES is ON and SKIP_DIRECTX_SAMPLES is OFF" OFF)
Expand Down

0 comments on commit caf6eef

Please sign in to comment.