mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Restrict to GCC and Clang.
This commit is contained in:
parent
7f217866a7
commit
da60a89ca2
1 changed files with 7 additions and 5 deletions
|
|
@ -662,11 +662,13 @@ SET (PBRT_UTIL_SOURCE
|
|||
|
||||
# A warning about a deprecated function in C++17 but the solution will only be
|
||||
# in C++26.
|
||||
set_source_files_properties(
|
||||
src/pbrt/util/string.cpp
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS "-Wno-deprecated-declarations"
|
||||
)
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
|
||||
set_source_files_properties(
|
||||
src/pbrt/util/string.cpp
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS "-Wno-deprecated-declarations"
|
||||
)
|
||||
endif()
|
||||
|
||||
SET (PBRT_UTIL_SOURCE_HEADERS
|
||||
src/pbrt/util/args.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue