From dfb0d4deae9f614439508236d80493f866d75c07 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Tue, 31 Dec 2019 01:34:47 +0100 Subject: [PATCH] remove unused custom vector math cmake option --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e0a93bc..4ad1aa1aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,6 @@ IF(NOT WIN32) ENDIF(NOT WIN32) OPTION(USE_MSVC_INCREMENTAL_LINKING "Use MSVC Incremental Linking" OFF) -OPTION(USE_CUSTOM_VECTOR_MATH "Use custom vectormath library" OFF) #statically linking VC++ isn't supported for WindowsPhone/WindowsStore IF (CMAKE_SYSTEM_NAME STREQUAL WindowsPhone OR CMAKE_SYSTEM_NAME STREQUAL WindowsStore)