Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions prboom2/cmake/DsdaDependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
include_guard()

if(STRICT_FIND)
set(dsda_strict_keyword)
if(CMAKE_VERSION VERSION_GREATER_EQUAL 4.1)
set(CMAKE_FIND_REQUIRED ON)
else()
set(dsda_strict_keyword REQUIRED)
endif()
set(dsda_strict_keyword REQUIRED)
endif()

add_library(dsda_dependencies INTERFACE IMPORTED)
Expand Down
Loading