cmake: Remove outdated comment

This commit is contained in:
Juan Ramos 2023-03-15 17:12:49 -06:00 committed by Jeremy Hayes
parent 0094e47972
commit 43978b7c96

View File

@ -30,9 +30,6 @@
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
# increase to 3.1 once all major distributions
# include a version of CMake >= 3.1
cmake_minimum_required(VERSION 3.14.0)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)