Skip to content
Snippets Groups Projects
Commit 9e67e9ef authored by Jon Haitz Legarreta's avatar Jon Haitz Legarreta
Browse files

BUG: Fix ThirdParty build shared lib CMake option names.

Remove the BUILD_SHARED_LIBS options for 3rd Party verdict library. The
variable being set was overwriting VTK's BUILD_SHARED_LIBS option because
it was being set to the same name.

Furthermore, although set, the variable is not used indeed anywhere in its
CMakeLists to build the library as static or shared.
parent d3f2b36c
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ set( verdict_BUILD_VERSION "0")
set( verdict_VERSION_FLAT "${verdict_MAJOR_VERSION}${verdict_MINOR_VERSION}${verdict_BUILD_VERSION}" )
set( verdict_VERSION "${verdict_MAJOR_VERSION}.${verdict_MINOR_VERSION}.${verdict_BUILD_VERSION}" )
option(BUILD_SHARED_LIBS "Build Verdict with shared libraries." OFF)
option(VERDICT_BUILD_DOC "Build the 2007 Verdict User Manual" OFF)
option(VERDICT_MANGLE "Mangle verdict names for inclusion in a larger library?" OFF)
if ( VERDICT_MANGLE )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment