diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 5e754a8..18a0414 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -11,7 +11,7 @@ aux_cpp_directory(${CMAKE_CURRENT_SOURCE_DIR} FILES) foreach(file ${FILES}) add_gismo_executable(${file}) get_filename_component(tarname ${file} NAME_WE) # name without extension - set_property(TEST ${tarname} PROPERTY LABELS "${PROJECT_NAME}-tutorials") + set_property(TEST ${tarname} PROPERTY LABELS "${PROJECT_NAME}") if(GISMO_BUILD_EXAMPLES) set_target_properties(${tarname} PROPERTIES FOLDER "${PROJECT_NAME}") add_dependencies(${PROJECT_NAME}-tutorials ${tarname}) diff --git a/tutorials/linear_solid.cpp b/tutorials/linear_solid.cpp index 14b0e6f..c5c3bf9 100644 --- a/tutorials/linear_solid.cpp +++ b/tutorials/linear_solid.cpp @@ -15,8 +15,6 @@ //! [Includes] #include -#include -#include //! [Includes] using namespace gismo;