Skip to content

Commit

Permalink
squash! fixup! fixup! fixup! fixup! fixup! fixup! fixup! General CMak…
Browse files Browse the repository at this point in the history
…eLists improvements - cmake v2→v3

Removed deprecated USE_RT
  • Loading branch information
kheaactua committed Jan 27, 2025
1 parent dfbf5ec commit 92afb88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ if(MSVC)
)
link_directories(${Boost_LIBRARY_DIR_DEBUG})
add_compile_options(/MD$<$<CONFIG:Debug>:d>)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "QNX")
set(USE_RT "")
else()
target_link_libraries(RT_INTERFACE INTERFACE rt)
endif()
Expand Down

0 comments on commit 92afb88

Please sign in to comment.