/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-17 07:43:38 UTC
  • Revision ID: csa@dside.dyndns.org-20100417074338-l45lxndn5tv72bpx
Patches for windows port

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
5
5
set(CMAKE_VERBOSE_MAKEFILE YES)
6
6
 
 
7
if (WIN32)
 
8
    set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "Build Type" FORCE)
 
9
    set(MEASURE_TIMINGS FALSE CACHE BOOL "Report execution times" FORCE)
 
10
else (WIN32)
 
11
    set(MEASURE_TIMINGS TRUE CACHE BOOL "Report execution times")
 
12
endif (WIN32)
 
13
 
7
14
if (NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
8
15
    set(CMAKE_BUILD_TYPE RELEASE)
9
16
#    set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "" FORCE)
10
17
endif ()
11
18
 
12
 
set(MEASURE_TIMINGS TRUE CACHE BOOL "Report execution times")
13
19
 
14
20
#find_program(SED_EXECUTABLE sed)
15
21
#find_program(LS_EXECUTABLE ls)