From 168e7bf1159b3f593a7714b18f5e82831173e85e Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Fri, 11 Nov 2011 14:12:25 +0100 Subject: [PATCH] Cmake for Windows special instructions (typo) --- README.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.cmake b/README.cmake index 59b79d6e0..2464d7646 100644 --- a/README.cmake +++ b/README.cmake @@ -187,7 +187,7 @@ Source and build directories can be located anywhere. The suggested inputs to cmake are : MSVC_3RDPARTY_ROOT : location of the above directory structure - CMAKE_INSTALL_PREFIX : ${MSVC_3RDPARTY_ROOT}/install/msvc100/FlightGear (or any variation for the compiler version described above ) + CMAKE_INSTALL_PREFIX : ${MSVC_3RDPARTY_ROOT}/install/msvc100/FlightGear (or any variation for the compiler version described above ) 1. Set up a work directory as described above