Skip to content

Commit 4195015

Browse files
authored
Update install-oatpp-modules.sh
1 parent 7f049a5 commit 4195015

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utility/install-oatpp-modules.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ cd $MODULE_NAME
3232
mkdir build
3333
cd build
3434

35-
cmake -DOATPP_DISABLE_ENV_OBJECT_COUNTERS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOATPP_BUILD_TESTS=OFF ..
35+
############################################################################
36+
## Flag '-DOATPP_SQLITE_AMALGAMATION=ON' used by oatpp-sqlite module only ##
37+
############################################################################
38+
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOATPP_BUILD_TESTS=OFF -DOATPP_SQLITE_AMALGAMATION=ON ..
3639
make install -j $NPROC
3740

3841
cd ../../

0 commit comments

Comments
 (0)