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 aaa76d1 commit 91ad0c1Copy full SHA for 91ad0c1
CMakeLists.txt
@@ -14,8 +14,8 @@
14
# limitations under the License.
15
#
16
17
-cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
18
-cmake_policy(VERSION 3.0.2)
+cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
+cmake_policy(VERSION 3.1.3)
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