summaryrefslogtreecommitdiff
path: root/libpcsxcore/CMakeLists.txt
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2018-01-18 03:25:56 +0200
committerStelios Tsampas <loathingkernel@gmail.com>2018-03-19 11:47:21 +0200
commit692119c547351b291e197c4716d387302cfcd864 (patch)
tree1de5eb1ca18cd7a352d27d33fa1bbb11cfa0b196 /libpcsxcore/CMakeLists.txt
parent6f76041029393c6823973a29426b28c8c2d0b064 (diff)
* CMake messages
Diffstat (limited to 'libpcsxcore/CMakeLists.txt')
-rw-r--r--libpcsxcore/CMakeLists.txt2
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)