-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ragel: support conan v2 #16572
ragel: support conan v2 #16572
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Failed to migrate? |
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 4 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
${RAGEL_SOURCE_DIR}/ragel/mlflat.cpp | ||
${RAGEL_SOURCE_DIR}/ragel/mlfflat.cpp | ||
${RAGEL_SOURCE_DIR}/ragel/mlgoto.cpp | ||
${RAGEL_SOURCE_DIR}/ragel/mlfgoto.cpp | ||
) | ||
|
||
add_executable(${CMAKE_PROJECT_NAME} ${SRC} ${HEADERS}) | ||
target_link_libraries(${CMAKE_PROJECT_NAME} PUBLIC ${CONAN_LIBS}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
target_link_libraries(${CMAKE_PROJECT_NAME} PUBLIC ${CONAN_LIBS}) |
CONAN_LIBS no longer works with CMakeToolchain, and, ragel does not have requirements.
…cmake-combined-recipe - Resolved conflicts. - Updated recipes/cmake/combined/conandata.yml to use CMake 3.26.4 instead of 3.26.3 * 'master' of github.com:conan-io/conan-center-index: (219 commits) (conan-io#17379) zpp_bits: add version 4.4.17, add package_type (conan-io#17811) mongo-c-driver: add version 1.23.4 (conan-io#17824) [bot] Update list of references (prod-v2/ListPackages) (conan-io#17827) [bot] Update authorized users list (2023-06-05) (conan-io#17791) c4core: update fast_float (conan-io#17447) llhttp: conan v2 support (conan-io#17821) daw_utf_range: update daw_header_libraries (conan-io#17819) add mbits-diags/0.9.5 (conan-io#17471) Add Boost 1.82.0 (conan-io#17816) uni-algo: add version 0.8.1 (conan-io#17815) flatbuffers: add version 23.5.26 (conan-io#17801) Bring tl-function to conan2 (conan-io#17802) Bring ring-span-lite to conan2 (conan-io#16572) ragel: support conan v2 (conan-io#17244) Z3: Revise the recipe to support Conan v2 and add the latest four minor releases. (conan-io#17355) avahi/0.8: Disable the use of the setproctitle function on Linux (conan-io#17744) Bumped CMake to 3.26.4 (conan-io#17763) Libwebsockets support for conan2 (conan-io#17808) octo-logger-cpp: add version 1.4.0 (conan-io#17428) Add libmemcached library ...
* ragel: support conan v2 * make includedirs/libdirs empty * fix CMakeLists.txt * fix cmake source dir
Specify library name and version: ragel/*