Skip to content

Commit 8e9e286

Browse files
committed
Further tweaking - 4
Signed-off-by: Alex T <alext.mkrs@gmail.com>
1 parent d33aa3b commit 8e9e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (DETECTED_ARCH STREQUAL "MOCK")
5353
list(APPEND GTEST_UNIT_TEST_TARGETS test_unit_ioinit_hpp)
5454

5555
# The initio C++ header requires c++11
56-
use_cxx_17(test_unit_ioinit_hpp)
56+
# use_cxx_17(test_unit_ioinit_hpp) # FIXME
5757
endif()
5858

5959
# Add a target for all unit tests

0 commit comments

Comments
 (0)