Skip to content

Commit

Permalink
Upgrading minimum version of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Oct 21, 2023
1 parent b4ecb91 commit dffbf3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 424 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 11)

Expand Down
Loading

0 comments on commit dffbf3c

Please sign in to comment.