Skip to content

Commit

Permalink
cmake: Default AJA_BUILD_OPENSOURCE to ON
Browse files Browse the repository at this point in the history
  • Loading branch information
paulh-aja authored Feb 18, 2022
1 parent 402d010 commit 14c822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (DEFINED ENV{AJA_QT_DIR})
endif()

option(AJA_BUILDING_CMAKE "Build NTV2 SDK with version.h generated by CMake" OFF)
option(AJA_BUILD_OPENSOURCE "Build NTV2 SDK as open-source (exclude internal apps/libs)" OFF)
option(AJA_BUILD_OPENSOURCE "Build NTV2 SDK as open-source (exclude internal apps/libs)" ON)
option(AJA_BUILD_QT_BASED "Build NTV2 Demos and Apps which depend upon Qt" ON)
option(AJA_BUILD_SHARED "Build NTV2 shared libraries" OFF)
option(AJA_DEPLOY_OUTPUTS "Gather build artifacts into top-level directory, and in bin/lib dirs." OFF)
Expand Down

0 comments on commit 14c822b

Please sign in to comment.