Skip to content

Commit

Permalink
Merge pull request #19 from orbea/cmake
Browse files Browse the repository at this point in the history
build: require cmake >= 3.5
  • Loading branch information
Grumbel authored Jan 26, 2024
2 parents a73cfcb + e54d439 commit ae5dc56
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 @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(sdl-jstest)

set(TINYCMMC_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/external/tinycmmc/modules/")
Expand Down

0 comments on commit ae5dc56

Please sign in to comment.