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 04726a5 commit 6c8ec25Copy full SHA for 6c8ec25
appveyor.yml
@@ -48,7 +48,7 @@ build_script:
48
cd ..
49
50
if ($env:msvc -ne '"Visual Studio 14 2015"') {
51
- ((Get-Content CMakeLists.txt) -replace "COMPONENTS chrono system timer", "") | Set-Content -Path CMakeLists.txt
+ ((Get-Content CMakeLists.txt) -replace "COMPONENTS chrono system OPTIONAL_COMPONENTS timer", "") | Set-Content -Path CMakeLists.txt
52
}
53
md build
54
cd build
0 commit comments