mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 10:38:53 +00:00
Remove erroneous comment from CMakeLists
This commit is contained in:
parent
2429e8bda0
commit
ea8096d949
1 changed files with 0 additions and 1 deletions
|
@ -399,7 +399,6 @@ if(USE_VULKAN)
|
|||
add_definitions(-DUSE_VULKAN)
|
||||
include_directories($ENV{VULKAN_SDK}/include)
|
||||
|
||||
# SRS - Locate this after Vulkan SDK include path, otherwise issues with precompiled headers
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
# SRS - Enable Beta extensions for VULKAN_SDK portability subset features on OSX
|
||||
add_definitions(-DVK_ENABLE_BETA_EXTENSIONS)
|
||||
|
|
Loading…
Reference in a new issue