mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
OrangeC: Add support for OrangeC compiler
Add compiler information modules. Update the test suite. Fixes: #25032 Co-authored-by: Brad King <brad.king@kitware.com>
This commit is contained in:
committed by
Brad King
parent
10f435a58f
commit
531b4fe643
@@ -45,7 +45,7 @@ add_executable(complex.file complex.file.cxx complex_nobuild.cxx
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(complex ${CMAKE_DL_LIBS})
|
||||
elseif(NOT BORLAND AND NOT MINGW)
|
||||
elseif(NOT BORLAND AND NOT MINGW AND NOT CMAKE_C_COMPILER_ID STREQUAL "OrangeC")
|
||||
target_link_libraries(complex rpcrt4.lib)
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user