Add parameter quiet to Stratified KFold
Remove cmake config as it is not used
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
configure_file(
|
||||
"config.h.in"
|
||||
"${CMAKE_BINARY_DIR}/configured_files/include/folding_config.h" ESCAPE_QUOTES
|
||||
)
|
@@ -1,14 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#define PROJECT_VERSION_MAJOR @PROJECT_VERSION_MAJOR @
|
||||
#define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR @
|
||||
#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH @
|
||||
|
||||
static constexpr std::string_view folding_project_name = "@PROJECT_NAME@";
|
||||
static constexpr std::string_view folding_project_version = "@PROJECT_VERSION@";
|
||||
static constexpr std::string_view folding_project_description = "@PROJECT_DESCRIPTION@";
|
||||
static constexpr std::string_view folding_data_path = "@Folding_SOURCE_DIR@/tests/data/";
|
||||
static constexpr std::string_view folding_csv_path = "@Folding_SOURCE_DIR@/tests/csv/";
|
Reference in New Issue
Block a user