diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a25bb739c..57f65b3461 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -612,6 +612,7 @@ macOS12_Xcode13: - choco install vswhere -y - choco install python -y - vcpkg install cxxopts + - vcpkg integrate install - refreshenv - | function Make-SafeFileName { diff --git a/CMakeLists.txt b/CMakeLists.txt index cd4a504ad2..d1123c90ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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