Skip to content

Commit 09ce86a

Browse files
committed
EXSWHTEC-94 - Remove c++14 standard constraint on memory tests
1 parent e534d2e commit 09ce86a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/catch/unit/memory/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,4 @@ endif()
183183

184184
hip_add_exe_to_target(NAME MemoryTest
185185
TEST_SRC ${TEST_SRC}
186-
TEST_TARGET_NAME build_tests
187-
COMPILE_OPTIONS -std=c++14)
186+
TEST_TARGET_NAME build_tests)

0 commit comments

Comments
 (0)