1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00

adjust java include path

This commit is contained in:
Alex Melman 2022-01-15 18:56:38 +02:00 committed by main
parent 8c3c05082e
commit e9777e8697

View file

@ -287,7 +287,7 @@ if (NOT MSVC)
endif()
if(CMAKE_COMPILER_IS_GNUCXX)
add_cxx_compiler_flag("-Wextra")
add_cxx_compiler_flag("-Wextra")
endif(CMAKE_COMPILER_IS_GNUCXX)
add_cxx_compiler_flag("-Wimplicit-fallthrough=2")