Skip to content

Commit c2103eb

Browse files
anutosh491vgvassilev
authored andcommitted
Address todo related to variables provided by cppinterop
1 parent e638f7c commit c2103eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

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

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

112109
find_package(argparse REQUIRED)

0 commit comments

Comments
 (0)