We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56733af commit 93057a1Copy full SHA for 93057a1
1 file changed
src/CMakeLists.txt
@@ -36,12 +36,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
36
37
find_package(Trilinos)
38
39
-get_cmake_property(_variableNames VARIABLES)
40
-list (SORT _variableNames)
41
-foreach (_variableName ${_variableNames})
42
- message(STATUS "${_variableName}=${${_variableName}}")
43
-endforeach()
44
-
45
# Executable
46
add_executable(${PROJECT_NAME} main.cpp mesh.cpp mem.cpp elasticity_problem.cpp poisson_problem.cpp cgpoisson_problem.cpp
47
${CMAKE_CURRENT_BINARY_DIR}/Elasticity.c
0 commit comments