ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
/home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/CMakeLists.txt File Reference
#include <sys/types.h>
#include <dirent.h>
Include dependency graph for CMakeLists.txt:

Macros

#define DO_PRAGMA(x)
 
#define WORKING()
 

Functions

 cmake_minimum_required (VERSION 3.2) set(LDAS_TOOLS_FRAMECPP_PACKAGE_NAME ldas-tools-framecpp) set(LDAS_TOOLS_FRAMECPP_VERSION 3.0.4) set(LDAS_TOOLS_CMAKE_VERSION 1.2.3) set(LDAS_TOOLS_AL_VERSION 2.6.7) set(FRAME_SPEC_VERSION 9) set(PROJECT_DESCRIPTION "This provides the libraries for the framecpp library.") set(PROJECT_DESCRIPTION_LONG "This provides a collection of classes and fuctions" "needed to manipulate gravitational wave frame files" "as used by the LDAS Tools Suite.") set(BOOST_MINIMUM_VERSION 1.67) if(NOT "$
 
 set (CMAKE_CXX_STANDARD 17) endif() set(CMAKE_CXX_STANDARD_REQUIRED YES) set(CMAKE_CXX_EXTENSIONS NO) if(NOT CMAKE_OSX_ARCHITECTURES) set(CMAKE_OSX_ARCHITECTURES x86_64) endif() function(cl_target_test_help executable) cx_target_test($
 

Macro Definition Documentation

◆ DO_PRAGMA

#define DO_PRAGMA ( x)
Value:
_Pragma(#x)]

◆ WORKING

#define WORKING ( )
Value:
DO_PRAGMA(message("WORKING _Pragma"))]
#define DO_PRAGMA(x)
Definition framecpp_config.h:98

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3. 2)

◆ set()

set ( CMAKE_CXX_STANDARD 17)