Skip to content

Commit 6c8ec25

Browse files
Fix issue with Appveyor.
1 parent 04726a5 commit 6c8ec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build_script:
4848
cd ..
4949
cd ..
5050
if ($env:msvc -ne '"Visual Studio 14 2015"') {
51-
((Get-Content CMakeLists.txt) -replace "COMPONENTS chrono system timer", "") | Set-Content -Path CMakeLists.txt
51+
((Get-Content CMakeLists.txt) -replace "COMPONENTS chrono system OPTIONAL_COMPONENTS timer", "") | Set-Content -Path CMakeLists.txt
5252
}
5353
md build
5454
cd build

0 commit comments

Comments
 (0)