We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34f536 commit a1111adCopy full SHA for a1111ad
1 file changed
CMakePresets.json
@@ -1,5 +1,5 @@
1
{
2
- "version": 2,
+ "version": 3,
3
"configurePresets": [
4
5
"name": "windows-ninja-x64-debug",
@@ -153,8 +153,7 @@
153
"binaryDir": "${sourceDir}/build/${presetName}",
154
"cacheVariables": {
155
"CMAKE_CXX_COMPILER": "g++",
156
- "BOOST_INCLUDEDIR": "$env{BOOST}",
157
- "BOOST_LIBRARYDIR": "$env{BOOST_LIB64}",
+ "BOOST_ROOT": "$env{BOOST}",
158
"QL_BUILD_EXAMPLES": false,
159
"QL_BUILD_TEST_SUITE": false,
160
"QL_BUILD_BENCHMARK": false,
0 commit comments