Skip to content

Commit fc2e21c

Browse files
committed
cmake: remove option ORCA_DLL_LOAD
Option was replaced with WIN_DLL_LOAD
1 parent 604167e commit fc2e21c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ option(BUILD_SHARED_LIBS "Enable building shared libraries" off)
4141
option(DOUBLE_PRECISION "Treat REAL as double precision" on)
4242
option(USE_DLL_INTERFACE "Enable runtime loading of dynamic libraries" on)
4343
option(FPE_TRAP_ENABLED "Enable FPE trap in compiler options" off)
44-
option(ORCA_DLL_LOAD "Enable OrcaFlex Library Load" on)
4544
option(WIN_DLL_LOAD "Enable loading of Windows only DLL's (OrcaFlex, SoilDyn)" on) # This is mostly for testing purposes
4645
option(BUILD_FASTFARM "Enable building FAST.Farm" off)
4746
option(BUILD_OPENFAST_CPP_API "Enable building OpenFAST - C++ API" off)

0 commit comments

Comments
 (0)