Skip to content
Snippets Groups Projects
Commit 684f8ef7 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Add file to build SISSO++ for coverage tests

parent faa777f5
No related branches found
No related tags found
No related merge requests found
###############
# Basic Flags #
###############
set(CMAKE_CXX_COMPILER icpc CACHE STRING "")
set(CMAKE_C_COMPILER icc CACHE STRING "")
set(CMAKE_CXX_FLAGS "-O3 -xhost -prof-gen=srcpos" CACHE STRING "")
#################
# Feature Flags #
#################
set(BUILD_PARAMS ON CACHE BOOL "")
set(BUILD_PYTHON ON CACHE BOOL "")
set(BUILD_TESTS ON CACHE BOOL "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment