Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76a394b

Browse files
committed
Disable the remaining gtest-driven test on newer MSVC to fix testing build.
1 parent2fc9149 commit76a394b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎tests/cplusplus/Util/CMakeLists.txt‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ endforeach()
1010

1111
target_link_libraries(Projection eigen-headers)
1212

13-
# This one still on gtest for now
14-
add_executable(QuatExpMap QuatExpMap.cpp)
15-
target_link_libraries(QuatExpMap osvrUtilCpp eigen-headers vendored-vrpn)
16-
osvr_setup_gtest(QuatExpMap)
13+
if(NOTMSVCOR (MSVC_VERSIONLESS 1810))
14+
# Newer MSVC breaks this old gtest.
15+
# This one still on gtest for now
16+
add_executable(QuatExpMap QuatExpMap.cpp)
17+
target_link_libraries(QuatExpMap osvrUtilCpp eigen-headers vendored-vrpn)
18+
osvr_setup_gtest(QuatExpMap)
19+
endif()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp