Skip to content
Snippets Groups Projects
Commit 3d2ad76d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing Boost find name

parent 12e3bcdb
No related branches found
No related tags found
No related merge requests found
Pipeline #3853 passed
......@@ -89,7 +89,6 @@ if(HIP_FOUND)
set(DEFINE_CUDIFY_USE_HIP "#define CUDIFY_USE_HIP")
endif()
message("CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC ${Boost_CONTEXT_FOUND} ${}")
if (Boost_FOUND)
set(DEFINE_HAVE_BOOST "#define HAVE_BOOST" PARENT_SCOPE)
......@@ -154,7 +153,6 @@ if (CUDA_ON_BACKEND STREQUAL "CUDA")
endif()
endif()
message("DDDDDDDDDDDDDDDDDDDDDDD ${DEFINE_HAVE_BOOST} ${DEFINE_HAVE_BOOST_CONTEXT}")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config/config_cmake.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/config/config.h)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment