[Liblas-commits] hg: default to Release builds in preparation for
release
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Jun 24 11:53:46 EDT 2011
details: http://hg.liblas.orghg/rev/6013e0dcb9cc
changeset: 3013:6013e0dcb9cc
user: Howard Butler <hobu.inc at gmail.com>
date: Fri Jun 24 10:53:42 2011 -0500
description:
default to Release builds in preparation for release
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 193fe2fc0028 -r 6013e0dcb9cc CMakeLists.txt
--- a/CMakeLists.txt Thu Jun 23 15:52:24 2011 -0500
+++ b/CMakeLists.txt Fri Jun 24 10:53:42 2011 -0500
@@ -83,7 +83,7 @@
if(NOT MSVC_IDE)
if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE Debug CACHE STRING
+ set(CMAKE_BUILD_TYPE Release CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel" FORCE)
endif()
message(STATUS "Setting libLAS build type - ${CMAKE_BUILD_TYPE}")
More information about the Liblas-commits
mailing list