diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-01-13 20:47:32 +0100 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-01-13 20:47:32 +0100 |
commit | 555c82739e78158a841b7bd77da92631cba5d544 (patch) | |
tree | 39d8f6077e7b6207abfd4c9996422438b4224bd8 /CMakeLists.txt | |
parent | Merge pull request #457 from Subv/qt (diff) | |
download | yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar.gz yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar.bz2 yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar.lz yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar.xz yuzu-555c82739e78158a841b7bd77da92631cba5d544.tar.zst yuzu-555c82739e78158a841b7bd77da92631cba5d544.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20a5a011a..a743a2109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ else() # Tweak optimization settings # As far as I can tell, there's no way to override the CMake defaults while leaving user # changes intact, so we'll just clobber everything and say sorry. - message(STATUS "Cache compiler flags ignored, please edit CMakeFiles.txt to change the flags.") + message(STATUS "Cache compiler flags ignored, please edit CMakeLists.txt to change the flags.") # /MP - Multi-threaded compilation # /MD - Multi-threaded runtime # /Ox - Full optimization |