Skip to content
Snippets Groups Projects
Commit edfa0ba2 authored by Soeren Peters's avatar Soeren Peters
Browse files

Fix ctest buzild folder.

parent 53c35a1b
No related branches found
No related tags found
1 merge request!34Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
......@@ -172,7 +172,7 @@ gcc_9_python:
cache:
key: "gcc_9-$CI_COMMIT_REF_SLUG"
paths:
- $BUILD_FOLDER
- build
artifacts:
expire_in: 1 hrs
......@@ -213,7 +213,7 @@ msvc_16_unit_tests:
script:
- cd $CI_PROJECT_DIR/build
- ctest -C debug
- ctest -C Release
###############################################################################
gcc_9_python_bindings_test:
......
......@@ -9,9 +9,6 @@ from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion
vf_cmake_args = [
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
"-DCMAKE_CUDA_COMPILER_LAUNCHER=ccache",
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DBUILD_VF_PYTHON_BINDINGS=ON",
"-DBUILD_VF_CPU:BOOL=ON",
"-DUSE_METIS=ON",
......
......@@ -3,6 +3,6 @@ project(simulationconfig)
vf_add_library(NAME simulationconfig PUBLIC_LINK VirtualFluidsCore basics muparser)
set_target_properties(simulationconfig PROPERTIES CXX_STANDARD 14 POSITION_INDEPENDENT_CODE ON)
set_target_properties(simulationconfig PROPERTIES POSITION_INDEPENDENT_CODE ON)
target_include_directories(simulationconfig PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment