Home
last modified time | relevance | path

Searched refs:ExactVersion (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/cmake/cmake-3.22.1/Tests/FindPython/
H A DCMakeLists.txt153 add_test(NAME FindPython.Python2.ExactVersion.LOCATION COMMAND
156 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
165 add_test(NAME FindPython.Python2.ExactVersion.VERSION COMMAND
168 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
180 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
189 add_test(NAME FindPython.Python3.ExactVersion.VERSION COMMAND
192 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
204 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
215 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
226 "${CMake_SOURCE_DIR}/Tests/FindPython/ExactVersion"
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/buildintf/
H A Dpackagedependencyintf.pas37 function CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
148 function TPkgVersion.CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
151 Result:=FMajor-ExactVersion.FMajor;
154 Result:=FMinor-ExactVersion.FMinor;
157 Result:=FRelease-ExactVersion.FRelease;
160 Result:=FBuild-ExactVersion.FBuild;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/buildintf/
H A Dpackagedependencyintf.pas37 function CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
148 function TPkgVersion.CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
151 Result:=FMajor-ExactVersion.FMajor;
154 Result:=FMinor-ExactVersion.FMinor;
157 Result:=FRelease-ExactVersion.FRelease;
160 Result:=FBuild-ExactVersion.FBuild;
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dpackagedependencyintf.pas37 function CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
188 function TPkgVersion.CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
191 Result:=FMajor-ExactVersion.FMajor;
194 Result:=FMinor-ExactVersion.FMinor;
197 Result:=FRelease-ExactVersion.FRelease;
200 Result:=FBuild-ExactVersion.FBuild;
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dpackagedependencyintf.pas37 function CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
188 function TPkgVersion.CompareMask(ExactVersion: TPkgVersion): integer; in CompareMask()
191 Result:=FMajor-ExactVersion.FMajor;
194 Result:=FMinor-ExactVersion.FMinor;
197 Result:=FRelease-ExactVersion.FRelease;
200 Result:=FBuild-ExactVersion.FBuild;
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/script/
H A Dpkg-config1117 'exact-version=s' => \my $ExactVersion,
1206 if($PrintExists || $AtLeastVersion || $ExactVersion || $MaxVersion || $PrintVersion) {
1243 } elsif($ExactVersion) {
1244 @FINDLIBS = map { "$_ = $ExactVersion" } @FINDLIBS;
H A Dpkg-config.pl1117 'exact-version=s' => \my $ExactVersion,
1206 if($PrintExists || $AtLeastVersion || $ExactVersion || $MaxVersion || $PrintVersion) {
1243 } elsif($ExactVersion) {
1244 @FINDLIBS = map { "$_ = $ExactVersion" } @FINDLIBS;
H A Dppkg-config1117 'exact-version=s' => \my $ExactVersion,
1206 if($PrintExists || $AtLeastVersion || $ExactVersion || $MaxVersion || $PrintVersion) {
1243 } elsif($ExactVersion) {
1244 @FINDLIBS = map { "$_ = $ExactVersion" } @FINDLIBS;
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/lib/
H A DPkgConfig.pm1117 'exact-version=s' => \my $ExactVersion,
1206 if($PrintExists || $AtLeastVersion || $ExactVersion || $MaxVersion || $PrintVersion) {
1243 } elsif($ExactVersion) {
1244 @FINDLIBS = map { "$_ = $ExactVersion" } @FINDLIBS;
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DWriteBasicConfigVersionFile.cmake17 COMPATIBILITY (AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion)
H A DBasicConfigVersion-ExactVersion.cmake.in15 "(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible "
H A DCMakePackageConfigHelpers.cmake128 COMPATIBILITY <AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion>
154 If ``ExactVersion`` is used, then the package is only considered compatible if
183 ``ExactVersion`` mode is incompatible with version ranges and will display an
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DWriteBasicConfigVersionFile.cmake17 COMPATIBILITY (AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion)
H A DBasicConfigVersion-ExactVersion.cmake.in15 "(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible "
H A DCMakePackageConfigHelpers.cmake128 COMPATIBILITY <AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion>
154 If ``ExactVersion`` is used, then the package is only considered compatible if
183 ``ExactVersion`` mode is incompatible with version ranges and will display an
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DWriteBasicConfigVersionFile.cmake17 COMPATIBILITY (AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion)
H A DBasicConfigVersion-ExactVersion.cmake.in15 "(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible "
H A DCMakePackageConfigHelpers.cmake128 COMPATIBILITY <AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion>
154 If ``ExactVersion`` is used, then the package is only considered compatible if
183 ``ExactVersion`` mode is incompatible with version ranges and will display an
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/WriteBasicConfigVersionFile/
H A DArchIndependent.cmake11 ExactVersion)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/WriteBasicConfigVersionFile/
H A DArchIndependent.cmake11 ExactVersion)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/WriteBasicConfigVersionFile/
H A DArchIndependent.cmake11 ExactVersion)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DGenerateCompatibilityVersionFile.cmake8 # COMPATIBILITY <AnyNewerVersion|SameMajorVersion|ExactVersion>
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Options/
H A DFlags.hs12 data DarcsFlag = Version | ExactVersion | ListCommands constructor
/dports/science/siconos/siconos-4.4.0/cmake/
H A DSiconosPackageSetup.cmake67 COMPATIBILITY ExactVersion
/dports/emulators/mess/mame-mame0226/3rdparty/glm/cmake/
H A DCMakePackageConfigHelpers.cmake77 … filename VERSION major.minor.patch COMPATIBILITY (AnyNewerVersion|SameMajorVersion|ExactVersion) )
92 # If ExactVersion is used, then the package is only considered compatible if the requested

123456