From 82d7fd56a60ba7ca1172fd66456451bb75bddee8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 28 Jan 2015 14:26:06 -0800 Subject: Added Profile build type, 'make prof' target. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 00c5d8f..f681698 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,5 +20,5 @@ add_subdirectory(test testdir) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING - "Choose the type of build, options are: Debug Release." FORCE) + "Choose the type of build, options are: Debug Profile Release." FORCE) endif(NOT CMAKE_BUILD_TYPE) -- cgit v1.2.3