diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-18 03:25:56 +0200 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-03-19 11:47:21 +0200 |
| commit | 692119c547351b291e197c4716d387302cfcd864 (patch) | |
| tree | 1de5eb1ca18cd7a352d27d33fa1bbb11cfa0b196 /libpcsxcore/CMakeLists.txt | |
| parent | 6f76041029393c6823973a29426b28c8c2d0b064 (diff) | |
* CMake messages
Diffstat (limited to 'libpcsxcore/CMakeLists.txt')
| -rw-r--r-- | libpcsxcore/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/CMakeLists.txt b/libpcsxcore/CMakeLists.txt index a3a0fd34..a0477aac 100644 --- a/libpcsxcore/CMakeLists.txt +++ b/libpcsxcore/CMakeLists.txt @@ -1,4 +1,4 @@ -message(STATUS "* Configuring core") +message(STATUS "* Configuring Core") set(DYNAREC "auto" CACHE STRING "Build dynarec for arch.") set_property(CACHE DYNAREC PROPERTY STRINGS auto x86_64 x86 ppc no) |
