We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33aa3b commit 8e9e286Copy full SHA for 8e9e286
tests/unit/CMakeLists.txt
@@ -53,7 +53,7 @@ if (DETECTED_ARCH STREQUAL "MOCK")
53
list(APPEND GTEST_UNIT_TEST_TARGETS test_unit_ioinit_hpp)
54
55
# The initio C++ header requires c++11
56
- use_cxx_17(test_unit_ioinit_hpp)
+ # use_cxx_17(test_unit_ioinit_hpp) # FIXME
57
endif()
58
59
# Add a target for all unit tests
0 commit comments