You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/FindSilKit.cmake
+7-17Lines changed: 7 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,6 @@ set(SILKIT_DEFAULT_DOWNLOAD_VERSION "4.0.56" CACHE STRING "If no SIL Kit package
18
18
set(SILKIT_DEFAULT_DOWNLOAD_FLAVOR_NONWIN "ubuntu-18.04-x86_64-gcc"CACHESTRING"If no SIL Kit package is specified, this package flavor will be downloaded on non-windows system.")
19
19
set(SILKIT_DEFAULT_DOWNLOAD_FLAVOR_WIN "Win-x86_64-VS2017"CACHESTRING"If no SIL Kit package is specified, this package flavor will be downloaded on Windows systems.")
20
20
21
-
if((NOTDEFINED SILKIT_MIN_VERSION) OR (SILKIT_MIN_VERSION VERSION_LESS${SILKIT_REQUIRED_MIN_VERSION}))
22
-
set(SILKIT_MIN_VERSION ${SILKIT_REQUIRED_MIN_VERSION}CACHESTRING"Overrideable min version of SilKit for search (must be > SILKIT_REQUIRED_MIN_VERSION (${SILKIT_REQUIRED_MIN_VERSION}))"FORCE)
23
-
endif()
24
-
25
-
if((NOTDEFINED SILKIT_VERSION) OR (SILKIT_VERSION VERSION_LESS${SILKIT_MIN_VERSION}))
26
-
set(SILKIT_VERSION ${SILKIT_DEFAULT_DOWNLOAD_VERSION}CACHESTRING"Overrideable version of SilKit for search (must be > SILKIT_MIN_VERSION (${SILKIT_MIN_VERSION}))"FORCE)
0 commit comments