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.
3.30
1 parent 0bc446c commit ee72467Copy full SHA for ee72467
CMakeLists.txt
@@ -14,8 +14,8 @@
14
# limitations under the License.
15
#
16
17
-cmake_minimum_required(VERSION 3.6.1 FATAL_ERROR)
18
-cmake_policy(VERSION 3.6.1)
+cmake_minimum_required(VERSION 3.30 FATAL_ERROR)
+cmake_policy(VERSION 3.30)
19
20
file(STRINGS version.txt SBE_VERSION_TXT LIMIT_COUNT 1 REGEX "^[0-9]+(\\.[0-9]+)+")
21
string(REGEX REPLACE "^([0-9]+(\\.[0-9]+)+).*$" "\\1" SBE_VERSION_NUMERIC "${SBE_VERSION_TXT}")
0 commit comments