try to integration the cxxopts install via vcpkg

cxxopts_mwiniimporter_ci_debug
Bret Curtis 1 year ago
parent 62b80b1a22
commit ec2ab2c1c2

@ -612,6 +612,7 @@ macOS12_Xcode13:
- choco install vswhere -y
- choco install python -y
- vcpkg install cxxopts
- vcpkg integrate install
- refreshenv
- |
function Make-SafeFileName {

@ -364,9 +364,9 @@ if (USE_SYSTEM_TINYXML)
endif()
# CXXOPTS
option(OPENMW_USE_SYSTEM_CXXOPTS "Use system provided CXXOPTS library" ON)
option(OPENMW_USE_SYSTEM_CXXOPTS "Use system provided cxxopts library" ON)
if(OPENMW_USE_SYSTEM_CXXOPTS)
find_package(CXXOPTS REQUIRED)
find_package(cxxopts REQUIRED)
endif()
# Platform specific

Loading…
Cancel
Save