Skip to content

Commit 75f0a19

Browse files
committed
Compile with C++17 to use filesystem in the tests
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 170d9fc commit 75f0a19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ddsrouter_yaml/project_settings.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ set(fastdds_MINIMUM_VERSION "3.0.0")
3737
set(MODULE_DEPENDENCIES
3838
$<$<BOOL:${WIN32}>:iphlpapi$<SEMICOLON>Shlwapi>
3939
${MODULE_FIND_PACKAGES})
40+
41+
set(MODULE_CPP_VERSION
42+
C++17)

0 commit comments

Comments
 (0)