Skip to content

Commit a1111ad

Browse files
committed
Update CMakePreset version
1 parent a34f536 commit a1111ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakePresets.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2,
2+
"version": 3,
33
"configurePresets": [
44
{
55
"name": "windows-ninja-x64-debug",
@@ -153,8 +153,7 @@
153153
"binaryDir": "${sourceDir}/build/${presetName}",
154154
"cacheVariables": {
155155
"CMAKE_CXX_COMPILER": "g++",
156-
"BOOST_INCLUDEDIR": "$env{BOOST}",
157-
"BOOST_LIBRARYDIR": "$env{BOOST_LIB64}",
156+
"BOOST_ROOT": "$env{BOOST}",
158157
"QL_BUILD_EXAMPLES": false,
159158
"QL_BUILD_TEST_SUITE": false,
160159
"QL_BUILD_BENCHMARK": false,

0 commit comments

Comments
 (0)