Skip to content

Commit d8ff738

Browse files
committedMay 11, 2021
remove references to TFELPhysicalConstants
1 parent ad5eeb1 commit d8ff738

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎cmake/modules/behaviours.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function(mfront_behaviours_check_library name)
2323
"${TFELException};${TFELUtilities};${TFELMath};${TFELMaterial}")
2424
else((TFEL_CXX_STANDARD GREATER 17) OR (TFEL_CXX_STANDARD EQUAL 17))
2525
set(TFEL_MFRONT_LIBRARIES
26-
"${TFELException};${TFELUtilities};${TFELMath};${TFELMaterial};${TFELPhysicalConstants}")
26+
"${TFELException};${TFELUtilities};${TFELMath};${TFELMaterial}")
2727
endif((TFEL_CXX_STANDARD GREATER 17) OR (TFEL_CXX_STANDARD EQUAL 17))
2828
foreach ( _ARG ${ARGN})
2929
if ( ${_ARG} MATCHES SOURCES )

‎cmake/modules/tfel.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ IF(TFEL_CONFIG AND MFRONT AND MFRONT_QUERY)
8686
find_tfel_library(TFELUtilities)
8787
find_tfel_library(TFELMath)
8888
find_tfel_library(TFELMaterial)
89-
find_tfel_library(TFELPhysicalConstants)
9089

9190
MESSAGE(STATUS "tfel version : ${TFEL_VERSION}")
9291
MESSAGE(STATUS "tfel C++ standard : ${TFEL_CXX_STANDARD}")
@@ -103,7 +102,6 @@ IF(TFEL_CONFIG AND MFRONT AND MFRONT_QUERY)
103102
MESSAGE(STATUS "TFELUtilities : ${TFELUtilities}")
104103
MESSAGE(STATUS "TFELMath : ${TFELMath}")
105104
MESSAGE(STATUS "TFELMaterial : ${TFELMaterial}")
106-
MESSAGE(STATUS "TFELPhysicalConstants : ${TFELPhysicalConstants}")
107105

108106
macro(add_mfront_dependency name file)
109107
set(mfront_file "${CMAKE_CURRENT_SOURCE_DIR}/${file}.mfront")

0 commit comments

Comments
 (0)