remove offending bad line

This commit is contained in:
Bret Curtis 2023-04-27 14:26:59 +02:00
parent 0e61ea15b5
commit 62b80b1a22

View file

@ -198,7 +198,6 @@ if(NOT OPENMW_USE_SYSTEM_CXXOPTS)
SOURCE_DIR fetched/cxxopts
)
FetchContent_MakeAvailableExcludeFromAll(cxxopts)
set(CXXOPTS_INCLUDE_DIRS "${cxxopts_SOURCE_DIR}/include" PARENT_SCOPE)
endif()
if (NOT OPENMW_USE_SYSTEM_SQLITE3)