commit f7e4a8e146a12b462bda468167f73484b8aebd27 parent ca84e38f90801675ae7dd26f4aa22ba44f5ed29c Author: fundamental <mark.d.mccurry@gmail.com> Date: Sat, 18 May 2013 11:51:08 -0400 Cmake: minor change Diffstat:
M | src/CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -189,7 +189,7 @@ add_definitions( -Wextra ) if(NOT AVOID_ASM) - message(STATUS "Compiling with x86 assembly support") + message(STATUS "Compiling with x86 opcode support") add_definitions(-DASM_F2I_YES) endif()