Skip to content

Commit 8dd562c

Browse files
committed
vtd: Fix missing CXX_STANDARD option
1 parent 6956ee7 commit 8dd562c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/vtd/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ target_link_libraries(vtd-object-lib
4545
CONAN_PKG::open-simulation-interface
4646
)
4747
set_target_properties(vtd-object-lib PROPERTIES
48+
CXX_STANDARD 14
49+
CXX_STANDARD_REQUIRED ON
4850
POSITION_INDEPENDENT_CODE ON
4951
)
5052

0 commit comments

Comments
 (0)