Skip to content

Commit e1039a1

Browse files
committed
Update message after finding CppInterOp
1 parent e122401 commit e1039a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ endif ()
103103

104104
find_package(CppInterOp ${CppInterOp_REQUIRED_VERSION} REQUIRED)
105105
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)")
107110
endif()
108111

109112
find_package(argparse REQUIRED)

0 commit comments

Comments
 (0)