Hello, 

I’m still struggling with the build of Paraview :/. I have a problem with cmake 
not finding the Config.cmake file for the port:icet. So I watched the debug 
builds on Azure, and the CMAKE_PREFIX_PATH is set to: 
-DCMAKE_PREFIX_PATH=/opt/local/share/cmake/modules. So I went checking the 
cmake1.1 port Group and in facts:

```
proc cmake::module_path {} {
    if {[llength [option cmake.module_path]]} {
        set modpath "[join [concat [option cmake_share_module_dir] [option 
cmake.module_path]] \;]"
    } else {
        set modpath [option cmake_share_module_dir]
    }
    return [list \
        -DCMAKE_MODULE_PATH="${modpath}" \
        -DCMAKE_PREFIX_PATH="${modpath}"
    ]
}

```

But I think that CMAKE_PREFIX_PATH should instead be (or at least should 
contain) /opt/local/lib/cmake. Shouldn’t it?


          _   
-.     .´  |∞∞∞∞
  ',  ;    |∞∞∞∞∞∞
    ˜˜     |∞∞∞∞∞∞∞∞∞ RdB
    ,.,    |∞∞∞∞∞∞
  .'   '.  |∞∞∞∞
-'       `’

https://rdb.is

Attachment: signature.asc
Description: Message signed with OpenPGP using AMPGpg

Reply via email to