Skip to content

Commit

Permalink
Disable even more models
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jan 6, 2025
1 parent 7113cd7 commit 73d436a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(Python 3.12 COMPONENTS Interpreter Development.Module REQUIRED)

set(CMAKE_CXX_STANDARD 20)

set(TEQP_DISABLED_FACTORIES "CPA,SAFTVRMIE,GENERICSAFT,SQUAREWELL,EXP6,2CLJF,MIE,MULTIFLUIDACTIVITY,PCSAFT,GERG200X,MULTIFLUIDASSOCIATION,LKP,ECSHUBERELY1994,AMMONIAWATERTILLNERROTH, SOFTSAFT" CACHE STRING "Disable some unused models")
set(TEQP_DISABLED_FACTORIES "CPA,SAFTVRMIE,GENERICSAFT,SQUAREWELL,EXP6,2CLJF,MIE,MULTIFLUIDACTIVITY,PCSAFT,GERG200X,MULTIFLUIDASSOCIATION,LKP,ECSHUBERELY1994,AMMONIAWATERTILLNERROTH, ADVANCEDMIXCUBIC,SOFTSAFT" CACHE STRING "Disable some unused models")
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/externals/teqp)
set_target_properties(teqpcpp PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

Expand Down

0 comments on commit 73d436a

Please sign in to comment.