mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 13:37:43 +00:00
Silence MSVC warning and remove pointless glew utilities
This commit is contained in:
@@ -8,6 +8,10 @@ integrate_dew()
|
||||
|
||||
include(cmake/generate_product_version.cmake)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_options(/WX /wd4267 /wd4100 /wd4101 /wd4189)
|
||||
endif()
|
||||
|
||||
# Set where the binary files will be built. The program will not execute from
|
||||
# here. You must run "make install" to install these to the proper location
|
||||
# as defined above.
|
||||
|
||||
Reference in New Issue
Block a user