Skip to content

Commit e8eb7bf

Browse files
Asset Loader: Bump C++ version to 17
1 parent 7b31327 commit e8eb7bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AssetLoader/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ set(SOURCE
2121
)
2222

2323
add_library(Diligent-AssetLoader STATIC ${SOURCE} ${INCLUDE} ${INTERFACE})
24-
set_common_target_properties(Diligent-AssetLoader)
24+
# C++17 is required for std::shared_mutex
25+
set_common_target_properties(Diligent-AssetLoader 17)
2526

2627
target_include_directories(Diligent-AssetLoader
2728
PUBLIC

0 commit comments

Comments
 (0)