File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.10 )
1+ cmake_minimum_required (VERSION 3.50 )
22
33# Project name and version
44project (vfspp VERSION 1.0 LANGUAGES CXX)
@@ -26,4 +26,4 @@ target_compile_features(vfspp INTERFACE cxx_std_17)
2626
2727if (BUILD_EXAMPLES)
2828add_subdirectory (examples)
29- endif ()
29+ endif ()
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.10 )
1+ cmake_minimum_required (VERSION 3.50 )
22
33project (vfsppexample)
44
@@ -18,4 +18,4 @@ set(COPY_DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/test-data)
1818# Add a post-build step to copy the whole directory
1919add_custom_command (TARGET vfsppexample POST_BUILD
2020 COMMAND ${CMAKE_COMMAND} -E copy_directory ${COPY_SOURCE} ${COPY_DESTINATION}
21- )
21+ )
You can’t perform that action at this time.
0 commit comments