File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,7 @@ endif ()
103
103
104
104
find_package (CppInterOp ${CppInterOp_REQUIRED_VERSION} REQUIRED )
105
105
if (CppInterOp_FOUND )
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)")
106
+ message (STATUS "Found CppInterOp: config=${CPPINTEROP_CMAKE_DIR} dir=${CPPINTEROP_INSTALL_PREFIX} (found version=${CPPINTEROP_VERSION} compatible with Clang ${CPPINTEROP_LLVM_VERSION_MAJOR} .x)" )
110
107
endif ()
111
108
112
109
find_package (argparse REQUIRED )
You can’t perform that action at this time.
0 commit comments