Open clopso opened 1 year ago
In GNU C and GNU C++ include directories, the following paths are wrong
../../../../../../Middlewares/Third_Party/mbedTLS/library
../../../../../../Middlewares/Third_Party/mbedTLS/include
All letters in the mbedTLS folder are in lower case, causing malfunction in Linux because of how the file system works I fixed this by changing the mbedTLS in include directories to mbedtls
mbedTLS
mbedtls
In GNU C and GNU C++ include directories, the following paths are wrong
../../../../../../Middlewares/Third_Party/mbedTLS/library
../../../../../../Middlewares/Third_Party/mbedTLS/include
All letters in the
mbedTLS
folder are in lower case, causing malfunction in Linux because of how the file system works I fixed this by changing thembedTLS
in include directories tombedtls