Browse Source

Fixed readme typo.

sbg
James Goppert 10 years ago
parent
commit
3343d96a08
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -60,9 +60,9 @@ @@ -60,9 +60,9 @@
# # do somthing
# elseif (${var} STREQUAL "2") <-- another condition
# # do somthing
# else (${var} STREQUAL "1") <-- tags is referring to name of if
# else (${var} STREQUAL "1") <-- tag is referring to name of if
# # do somthing
# endif (${var} STREQUAL "1") <-- tag is referring to name of
# endif (${var} STREQUAL "1") <-- tag is referring to name of if
#
# Do this:
# if (${var} STREQUAL "1") <-- condition now becomes if name

Loading…
Cancel
Save