Skip to content

Commit

Permalink
remove unused custom vector math cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Dec 31, 2019
1 parent c9a0646 commit dfb0d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfb0d4d

Please sign in to comment.