Skip to content

Commit

Permalink
Add CMake options to disable/enable individual backends.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mloskot committed Sep 18, 2017
1 parent cba05c7 commit 2759657
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ cmake.exe ^
-G %GENERATOR% ^
rem -DBOOST_ROOT:PATH=%BOOST_ROOT% ^
rem -DBOOST_LIBRARYDIR:PATH=%BOOST_ROOT%/lib%P%-msvc-14.0 ^
-DSOCI_EMPTY:BOOLEAN=ON ^
-DSOCI_DB2:BOOLEAN=OFF ^
-DSOCI_FIREBIRD:BOOLEAN=OFF ^
-DSOCI_MYSQL:BOOLEAN=OFF ^
-DSOCI_ODBC:BOOLEAN=OFF ^
-DSOCI_ORACLE:BOOLEAN=OFF ^
-DSOCI_POSTGRESQL:BOOLEAN=OFF ^
..
move SOCI.sln SOCI%P%%U%.sln
rem msbuild.exe SOCI%P%%U%.sln /p:Configuration=Release /p:Platform=%MSBUILDP%
Expand Down

0 comments on commit 2759657

Please sign in to comment.