Skip to content

Commit

Permalink
update cxxopts (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored Mar 25, 2021
1 parent 2df9ff4 commit eb6ed2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ include(../cmake/CPM.cmake)

CPMAddPackage(
GITHUB_REPOSITORY jarro2783/cxxopts
VERSION 2.2.0
OPTIONS "CXXOPTS_BUILD_TESTS NO"
VERSION 2.2.1
OPTIONS "CXXOPTS_BUILD_EXAMPLES NO" "CXXOPTS_BUILD_TESTS NO" "CXXOPTS_ENABLE_INSTALL YES"
)

CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
Expand Down

0 comments on commit eb6ed2c

Please sign in to comment.