Skip to content

Commit

Permalink
Upgrade image_io cxx standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfl28 committed Dec 8, 2023
1 parent 236fbb0 commit 9dbb604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/image_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ target_include_directories(image-io PUBLIC include)
target_link_libraries(image-io ${TORCH_LIBRARIES} stb-image stb-image-write stb-image-resize2)

set_target_properties(image-io PROPERTIES
CXX_STANDARD 14
CXX_STANDARD 17
CXX_STANDARD_REQUIRED YES
)

0 comments on commit 9dbb604

Please sign in to comment.