Clean up CompilerOptions.cmake

This commit is contained in:
luisangelsm
2026-03-30 08:32:20 +02:00
parent 4376a89876
commit e40dd9b22a
2 changed files with 5 additions and 14 deletions

View File

@ -32,7 +32,7 @@ endif()
include(GNUInstallDirs)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# Compiler options (MSVC flags, NOMINMAX, etc.)
# Compiler options (MSVC flags)
include(cmake/CompilerOptions.cmake)
# --- Build options ---