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 ()
103
103
104
104
find_package (CppInterOp ${CppInterOp_REQUIRED_VERSION} REQUIRED )
105
105
if (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)")
107
110
endif ()
108
111
109
112
find_package (argparse REQUIRED )
You can’t perform that action at this time.
0 commit comments