forked from mirror/openmw-tes3mp
Fix a typo
This commit is contained in:
parent
fca8dc9674
commit
1bb9359b4c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ option(BUILD_LAUNCHER "build Launcher" ON)
|
|||
option(BUILD_MWINIIMPORTER "build MWiniImporter" ON)
|
||||
option(BUILD_OPENCS "build OpenMW Construction Set" ON)
|
||||
option(BUILD_WITH_CODE_COVERAGE "Enable code coverage with gconv" OFF)
|
||||
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest ang GMock frameworks" OFF)
|
||||
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest and GMock frameworks" OFF)
|
||||
option(BUILD_NIFTEST "build nif file tester" OFF)
|
||||
|
||||
# OS X deployment
|
||||
|
|
Loading…
Reference in a new issue