Skip to content

Commit

Permalink
try exclude rsutils
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Oct 10, 2024
1 parent e928dba commit 80640ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/unix_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ macro(os_set_flags)

set_directory_properties(PROPERTIES DIRECTORY third-party/ COMPILE_OPTIONS "-w")
set_source_files_properties(third-party/*.* PROPERTIES COMPILE_OPTIONS "-w")
set_directory_properties(PROPERTIES DIRECTORY third-party/rsutils/ COMPILE_OPTIONS "")
set_source_files_properties(third-party/rsutils/*.* PROPERTIES COMPILE_OPTIONS "")

endif()

Expand Down
2 changes: 2 additions & 0 deletions CMake/windows_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ macro(os_set_flags)

set_directory_properties(PROPERTIES DIRECTORY third-party/ COMPILE_OPTIONS "/W0")
set_source_files_properties(third-party/*.* PROPERTIES COMPILE_OPTIONS "/W0")
set_directory_properties(PROPERTIES DIRECTORY third-party/rsutils/ COMPILE_OPTIONS "")
set_source_files_properties(third-party/rsutils/*.* PROPERTIES COMPILE_OPTIONS "")

#################

Expand Down

0 comments on commit 80640ea

Please sign in to comment.