We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b195 commit 7df7427Copy full SHA for 7df7427
prboom2/cmake/DsdaDependencies.cmake
@@ -1,12 +1,7 @@
1
include_guard()
2
3
if(STRICT_FIND)
4
- set(dsda_strict_keyword)
5
- if(CMAKE_VERSION VERSION_GREATER_EQUAL 4.1)
6
- set(CMAKE_FIND_REQUIRED ON)
7
- else()
8
- set(dsda_strict_keyword REQUIRED)
9
- endif()
+ set(dsda_strict_keyword REQUIRED)
10
endif()
11
12
add_library(dsda_dependencies INTERFACE IMPORTED)
0 commit comments