We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f049a5 commit 4195015Copy full SHA for 4195015
utility/install-oatpp-modules.sh
@@ -32,7 +32,10 @@ cd $MODULE_NAME
32
mkdir build
33
cd build
34
35
-cmake -DOATPP_DISABLE_ENV_OBJECT_COUNTERS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOATPP_BUILD_TESTS=OFF ..
+############################################################################
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 ..
39
make install -j $NPROC
40
41
cd ../../
0 commit comments