File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,10 @@ endif ()
103103
104104find_package (CppInterOp ${CppInterOp_REQUIRED_VERSION} REQUIRED)
105105if (CppInterOp_FOUND)
106- message (STATUS "Found CppInterOp: config=${CPPINTEROP_CONFIG} dir=${CPPINTEROP_DIR} (found version=${CPPINTEROP_VERSION} compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR} .x)" )
106+ message (STATUS "Found CppInterOp: compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR} .x" )
107+ # TODO : Fix after variables are set correctly
108+ # Check https://github.com/compiler-research/CppInterOp/pull/336
109+ # message(STATUS "Found CppInterOp: config=${CPPINTEROP_CONFIG} dir=${CPPINTEROP_DIR} (found version=${CPPINTEROP_VERSION} compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR}.x)")
107110endif ()
108111
109112find_package (argparse REQUIRED)
You can’t perform that action at this time.
0 commit comments