Skip to content

Commit 6855f74

Browse files
committed
Fix CMAKE warnings about in-source builds (my 8.0)
1 parent 39f59b5 commit 6855f74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/shield-addon-mysql-5.7/packaging

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ tar -xzf mysql/mysql-5.7.25.tar.gz
99
cd mysql-5.7.25
1010
cmake -DCMAKE_INSTALL_PREFIX:PATH=${BOSH_INSTALL_TARGET} \
1111
-DWITH_MAN_PAGES=OFF \
12+
-DFORCE_INSOURCE_BUILD=1 \
1213
-DWITH_BOOST=${BOSH_INSTALL_TARGET}
1314
make -j$CPUS && make install

packages/shield-addon-mysql-8.0/packaging

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ tar -xzf mysql/mysql-8.0.15.tar.gz
99
cd mysql-8.0.15
1010
cmake -DCMAKE_INSTALL_PREFIX:PATH=${BOSH_INSTALL_TARGET} \
1111
-DWITH_MAN_PAGES=OFF \
12+
-DFORCE_INSOURCE_BUILD=1 \
1213
-DWITH_BOOST=${BOSH_INSTALL_TARGET}
1314
make -j$CPUS && make install

0 commit comments

Comments
 (0)