diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fa06c89..fd777a74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,10 +103,7 @@ endif () find_package(CppInterOp ${CppInterOp_REQUIRED_VERSION} REQUIRED) if(CppInterOp_FOUND) - message(STATUS "Found CppInterOp: compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR}.x") - # TODO : Fix after variables are set correctly - # Check https://github.com/compiler-research/CppInterOp/pull/336 - # message(STATUS "Found CppInterOp: config=${CPPINTEROP_CONFIG} dir=${CPPINTEROP_DIR} (found version=${CPPINTEROP_VERSION} compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR}.x)") + message(STATUS "Found CppInterOp: config=${CPPINTEROP_CMAKE_DIR} dir=${CPPINTEROP_INSTALL_PREFIX} (found version=${CPPINTEROP_VERSION} compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR}.x)") endif() find_package(argparse REQUIRED)