OSDN Git Service

[OOPS][FM7][CMAKE] Fix typo.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 29 Sep 2015 11:48:53 +0000 (20:48 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 29 Sep 2015 11:48:53 +0000 (20:48 +0900)
source/build-cmake/cmake/config_emufm7.cmake

index 60f6212..3baa901 100644 (file)
@@ -34,7 +34,7 @@ set(VMFILES
 )
 
 if(NOT BUILD_FM7)
- set(BUILD_FM7 OFF CACHE BOOL "Build for FM8")
+ set(BUILD_FM7 OFF CACHE BOOL "Build for FM7")
 endif()
 
 if(NOT BUILD_FM8)