mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
Removed default ON for USE_MSVC_SSE (warning on recent 64 bit windows)
This commit is contained in:
parent
ec444fcad9
commit
df80c6d7f1
@ -108,7 +108,7 @@ IF(MSVC)
|
|||||||
IF (CMAKE_CL_64)
|
IF (CMAKE_CL_64)
|
||||||
ADD_DEFINITIONS(-D_WIN64)
|
ADD_DEFINITIONS(-D_WIN64)
|
||||||
ELSE()
|
ELSE()
|
||||||
OPTION(USE_MSVC_SSE "Use MSVC /arch:sse option" ON)
|
OPTION(USE_MSVC_SSE "Use MSVC /arch:sse option" OFF)
|
||||||
option(USE_MSVC_SSE2 "Compile your program with SSE2 instructions" ON)
|
option(USE_MSVC_SSE2 "Compile your program with SSE2 instructions" ON)
|
||||||
|
|
||||||
IF (USE_MSVC_SSE)
|
IF (USE_MSVC_SSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user