aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-06-17 18:34:28 +0100
committerMarco Poletti <poletti.marco@gmail.com>2017-06-17 18:34:28 +0100
commit9c7dc58067e2ef6d6e0ae7960a9250799aa703d7 (patch)
treeba4ca7a3ce8d7d5c619f3027957ccc78395129fa /CONTRIBUTING.md
parente583926119ca133ab6f04b57e247d76fa347f666 (diff)
downloadgoogle-fruit-9c7dc58067e2ef6d6e0ae7960a9250799aa703d7.tar.gz
Remove the BUILD_TESTS_IN_RELEASE_MODE CMake flag, now there's almost nothing to build in the tests/ directory, so we'll always build it as part of the "all" target, even in release mode.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ce5ab15..c8d6996 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -102,7 +102,7 @@ For example, if you installed Boost in `C:\boost\boost_1_62_0` and you also want
"generator": "Visual Studio 15 2017",
"configurationType": "Release",
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
- "cmakeCommandArgs": "-DBOOST_DIR=C:\\boost\\boost_1_62_0 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS_IN_RELEASE_MODE=True",
+ "cmakeCommandArgs": "-DBOOST_DIR=C:\\boost\\boost_1_62_0 -DCMAKE_BUILD_TYPE=Release",
"buildCommandArgs": "-m -v:minimal"
},
{
@@ -118,7 +118,7 @@ For example, if you installed Boost in `C:\boost\boost_1_62_0` and you also want
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
- "cmakeCommandArgs": "-DBOOST_DIR=C:\\boost\\boost_1_62_0 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS_IN_RELEASE_MODE=True",
+ "cmakeCommandArgs": "-DBOOST_DIR=C:\\boost\\boost_1_62_0 -DCMAKE_BUILD_TYPE=Release",
"buildCommandArgs": "-m -v:minimal"
}
]