mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
CMake: Don't Interrogate with deprecated -longlong on Windows
This commit is contained in:
parent
e501d20927
commit
9f55b9e77e
@ -29,7 +29,7 @@ set(INTERROGATE_EXCLUDE_REGEXES
|
|||||||
".*_src\\..*")
|
".*_src\\..*")
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND IGATE_FLAGS -longlong __int64 -D_X86_ -D__STDC__=1 -DWIN32_VC -D "_declspec(param)=" -D "__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN32 -D__stdcall -DWIN32)
|
list(APPEND IGATE_FLAGS -D_X86_ -D__STDC__=1 -DWIN32_VC -D "_declspec(param)=" -D "__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN32 -D__stdcall -DWIN32)
|
||||||
endif()
|
endif()
|
||||||
if(INTERROGATE_VERBOSE)
|
if(INTERROGATE_VERBOSE)
|
||||||
list(APPEND IGATE_FLAGS "-v")
|
list(APPEND IGATE_FLAGS "-v")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user