Skip to content

Commit ed3bdb4

Browse files
committed
[DLLIMPORT_TEST] Skip this module in the clang-cl build until framedyn is back in it. CORE-11799
1 parent 10f3006 commit ed3bdb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/rostests/tests/dllexport/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ if(MSVC)
2727
add_compile_flags("/Zc:wchar_t-")
2828
endif()
2929

30+
# framedyn is skipped in the clang-cl build
31+
if(NOT USE_CLANG_CL)
32+
3033
add_library(dllimport_test SHARED dllimport_framedyn.cpp)
3134
set_module_type(dllimport_test module)
3235
add_importlibs(dllimport_test framedyn)
3336

3437
if(NOT MSVC)
3538
target_link_libraries(dllimport_test framedynex)
3639
endif()
40+
41+
endif()

0 commit comments

Comments
 (0)