79179654

Date: 2024-11-12 03:03:37
Score: 0.5
Natty:
Report link

1.What NO_MODULE does:

2.Drawbacks of using NO_MODULE:

If you're not experiencing any issues after adding NO_MODULE, it's likely that your Boost installation is compatible with the FindBoost.cmake file from the CMake package repository. It's generally recommended to use NO_MODULE and the modern FindBoost.cmake approach because it's the direction in which CMake is heading, and it will ensure better compatibility with future versions of CMake.

However, if you do encounter issues, you might need to either update your Boost installation to a version that's compatible with the new FindBoost module or remove the NO_MODULE option and ensure that a BoostConfig.cmake file is available for CMake to use.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lex