We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604167e commit fc2e21cCopy full SHA for fc2e21c
CMakeLists.txt
@@ -41,7 +41,6 @@ option(BUILD_SHARED_LIBS "Enable building shared libraries" off)
41
option(DOUBLE_PRECISION "Treat REAL as double precision" on)
42
option(USE_DLL_INTERFACE "Enable runtime loading of dynamic libraries" on)
43
option(FPE_TRAP_ENABLED "Enable FPE trap in compiler options" off)
44
-option(ORCA_DLL_LOAD "Enable OrcaFlex Library Load" on)
45
option(WIN_DLL_LOAD "Enable loading of Windows only DLL's (OrcaFlex, SoilDyn)" on) # This is mostly for testing purposes
46
option(BUILD_FASTFARM "Enable building FAST.Farm" off)
47
option(BUILD_OPENFAST_CPP_API "Enable building OpenFAST - C++ API" off)
0 commit comments