Locked Re: problem with cmake


Greg Cook
 

Hi Bill,

I think this is the relevant CMakeFile.txt from the wsjtx tarball. But I am confused that it gives a minimum version way below mine...is there another CMakeLists.txt file I should edit?


pi@raspberrypi:~/Downloads/wsjtx-2.3.0-rc2 $ cat CMakeLists.txt

cmake_minimum_required (VERSION 2.8.10 FATAL_ERROR)
 
project (wsjt-superbuild)
 
set (__default_tag master)
set (__hamlib_upstream hamlib-4.1~git.tar.gz)
 
set (TARGET_DIR wsjtx
  CACHE STRING "Tarball name and top level directory therein
 
If not specified the WSJT_TAG variable will be substituted" )
 
set (WSJTX_TAG ${__default_tag}
  CACHE STRING "WSJT-X tag to build, if unset build the latest master branch HEAD.
 

Join {main@WSJTX.groups.io to automatically receive all group messages.