add comment why json generator is useful
This commit is contained in:
parent
8843206e2c
commit
ff6d98177b
@ -500,7 +500,7 @@ if(ENABLE_CONAN)
|
|||||||
"lua/${CONAN_LUA_VERSION}"
|
"lua/${CONAN_LUA_VERSION}"
|
||||||
"onetbb/${CONAN_TBB_VERSION}"
|
"onetbb/${CONAN_TBB_VERSION}"
|
||||||
BASIC_SETUP
|
BASIC_SETUP
|
||||||
GENERATORS cmake_find_package json
|
GENERATORS cmake_find_package json # json generator generates a conanbuildinfo.json in the build folder so (non-CMake) projects can easily parse OSRM's dependencies
|
||||||
KEEP_RPATHS
|
KEEP_RPATHS
|
||||||
NO_OUTPUT_DIRS
|
NO_OUTPUT_DIRS
|
||||||
OPTIONS boost:filesystem_version=3 # https://stackoverflow.com/questions/73392648/error-with-boost-filesystem-version-in-cmake
|
OPTIONS boost:filesystem_version=3 # https://stackoverflow.com/questions/73392648/error-with-boost-filesystem-version-in-cmake
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user