mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
minor typo (#2349)
This commit is contained in:
@@ -45,7 +45,7 @@ cmake_minimum_required (VERSION 2.8)
|
|||||||
cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
|
cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
|
||||||
|
|
||||||
# We setup the name for our project. After we do that, this will change some
|
# We setup the name for our project. After we do that, this will change some
|
||||||
# directories naming convention genearted by CMake. We can send the LANG of
|
# directories naming convention generated by CMake. We can send the LANG of
|
||||||
# code as second param
|
# code as second param
|
||||||
project (learncmake C)
|
project (learncmake C)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user