Skip to content

Commit

Permalink
build fixup, update vkpkg #35
Browse files Browse the repository at this point in the history
  • Loading branch information
timdewhirst committed Mar 14, 2024
1 parent 5cc595d commit 8bdf76e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/average_subtract/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main( int argc, char* argv[] )
}

}
catch (const cxxopts::OptionException& e)
catch (const std::exception& e)
{
logger::error("error parsing options: {}", e.what());
return 1;
Expand Down
2 changes: 1 addition & 1 deletion examples/process/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main( int argc, char* argv[] )
return 1;
}
}
catch (const cxxopts::OptionException& e)
catch (const std::exception& e)
{
logger::error("error parsing options: {}", e.what());
return 1;
Expand Down
2 changes: 1 addition & 1 deletion external/vcpkg
Submodule vcpkg updated 8891 files

0 comments on commit 8bdf76e

Please sign in to comment.