https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219862
--- Comment #7 from Aleksander Alekseev <[email protected]> --- Original problem was discovered on FreeBSD 11, just installed from the .iso. No clang or llvm updates were made. ``` $ cc --version FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) Target: x86_64-unknown-freebsd11.0 Thread model: posix InstalledDir: /usr/bin ``` > In any case, updating cmake-modules to 3.8.0 will fix this. OK, I've installed cmake-modules 3.8.0 using ports tree and it fixed the problem. However, from user perspective being unable to compile a program despite the fact that compiler and cmake versions are correct looks like a bug. If it's not too much trouble I would recommend to install cmake-mudules as a dependency of cmake package. -- You are receiving this mail because: You are the assignee for the bug.
