Skip to content

Commit

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

set(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -pie")

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

endif()

Expand Down
2 changes: 1 addition & 1 deletion CMake/windows_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ macro(os_set_flags)
set(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} /INCREMENTAL:NO /LTCG /NXCOMPAT") # ignoring '/INCREMENTAL' due to '/LTCG' specification
endif()

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

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

Expand Down

0 comments on commit e928dba

Please sign in to comment.