Skip to content

Commit

Permalink
downgrade to 14 C++ std
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Nov 27, 2024
1 parent f391c67 commit fde8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/lief/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ vcpkg_replace_string("${SOURCE_PATH}/src/OAT/utils.cpp"

vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt"
"enable_language(CXX)"
"enable_language(CXX)\nset(CMAKE_CXX_STANDARD 17)\nset(CMAKE_CXX_STANDARD_REQUIRED ON)"
"enable_language(CXX)\nset(CMAKE_CXX_STANDARD 14)\nset(CMAKE_CXX_STANDARD_REQUIRED ON)"
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down

0 comments on commit fde8501

Please sign in to comment.