Sha256: 86e94fbe0177ff4fa224e4cff7063a80a4b1e8fc6f943c5cd3a333df5d778476

Contents?: true

Size: 1.36 KB

Versions: 20

Compression:

Stored size: 1.36 KB

Contents

##=================================================================
#   Copyright (C) 2012 2013 BizStation Corp All rights reserved.
#
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of the GNU General Public License
#   as published by the Free Software Foundation; either version 2
#   of the License, or (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software 
#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
#   02111-1307, USA.
##=================================================================
# ==========================================================
# require 2.8.3 on windows
# ==========================================================
if(WIN32)
  set(tmp_verstr "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}")
  if ("2.8.3" GREATER "${tmp_verstr}")
    message(SEND_ERROR "CMake 2.8.3 or higher is required.  You are running version ${tmp_verstr}")
  endif()
  include(CMakeParseArguments)
endif()

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
transactd-3.4.1 build/common/transactd_required.cmake
transactd-3.4.0 build/common/transactd_required.cmake
transactd-3.3.0 build/common/transactd_required.cmake
transactd-3.2.1 build/common/transactd_required.cmake
transactd-3.2.0 build/common/transactd_required.cmake
transactd-3.1.0 build/common/transactd_required.cmake
transactd-3.0.0 build/common/transactd_required.cmake
transactd-2.4.5 build/common/transactd_required.cmake
transactd-2.4.4 build/common/transactd_required.cmake
transactd-2.4.3 build/common/transactd_required.cmake
transactd-2.4.2 build/common/transactd_required.cmake
transactd-2.4.0 build/common/transactd_required.cmake
transactd-2.3.0 build/common/transactd_required.cmake
transactd-2.2.0 build/common/transactd_required.cmake
transactd-2.1.0 build/common/transactd_required.cmake
transactd-2.0.1 build/common/transactd_required.cmake
transactd-2.0.0 build/common/transactd_required.cmake
transactd-1.2.0 build/common/transactd_required.cmake
transactd-1.1.2 build/common/transactd_required.cmake
transactd-1.0.1 build/common/transactd_required.cmake