Skip to content

Commit 8bdf76e

Browse files
committed
build fixup, update vkpkg #35
1 parent 5cc595d commit 8bdf76e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/average_subtract/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int main( int argc, char* argv[] )
8686
}
8787

8888
}
89-
catch (const cxxopts::OptionException& e)
89+
catch (const std::exception& e)
9090
{
9191
logger::error("error parsing options: {}", e.what());
9292
return 1;

examples/process/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ int main( int argc, char* argv[] )
8888
return 1;
8989
}
9090
}
91-
catch (const cxxopts::OptionException& e)
91+
catch (const std::exception& e)
9292
{
9393
logger::error("error parsing options: {}", e.what());
9494
return 1;

external/vcpkg

Submodule vcpkg updated 8891 files

0 commit comments

Comments
 (0)