Skip to content

Commit

Permalink
Merge pull request #1013 from alexlnkp/master
Browse files Browse the repository at this point in the history
bump CMake minimum required version to avoid warnings
  • Loading branch information
taku910 committed May 25, 2024
2 parents b352734 + e2127b9 commit b9ecf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.!

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
file(STRINGS "VERSION.txt" SPM_VERSION)
message(STATUS "VERSION: ${SPM_VERSION}")

Expand Down

0 comments on commit b9ecf1c

Please sign in to comment.