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 ()
103103
104104find_package (CppInterOp ${CppInterOp_REQUIRED_VERSION}  REQUIRED)
105105if (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)" )
110107endif ()
111108
112109find_package (argparse REQUIRED)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments