mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 13:12:58 -06:00
Remove warnings for cdf on linux
This commit is contained in:
@@ -196,7 +196,7 @@ function (add_external_dependencies)
|
||||
if (MSVC)
|
||||
target_compile_options(cdf PUBLIC "/W0" "/MP")
|
||||
else ()
|
||||
target_compile_options(ccmc PUBLIC "-w")
|
||||
target_compile_options(cdf PUBLIC "-w")
|
||||
endif ()
|
||||
endif ()
|
||||
set_property(TARGET cdf PROPERTY FOLDER "External")
|
||||
|
||||
Reference in New Issue
Block a user