Commit 10600606 authored by Gert Wollny's avatar Gert Wollny
Browse files

New upstream version 3.0.2

parent 7268d99c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -69,7 +69,8 @@ mark_as_advanced(
  MCS_EXECUTABLE
  GMCS_EXECUTABLE
  SMCS_EXECUTABLE
  DMCS_EXECUTABLE
  GACUTIL_EXECUTABLE
  ILASM_EXECUTABLE
  SN_EXECUTABLE
  GACUTIL_EXECUTABLE
)
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ macro(ADD_JAVA_TEST TESTNAME FILENAME)
  message(\"ld_library_path: ${ld_library_path}\")
  message(\"loc: ${loc}\")
  message(\"loc2: ${loc2}\")
  message(\"JavaProp_PATH_SEPARATOR: ${JavaProp_PATH_SEPARATOR}\")
  message(\"classpath: ${classpath}\")
  message(\"JavaProp_PATH_SEPARATOR: \"${JavaProp_PATH_SEPARATOR}\"\")
  message(\"classpath: \"${classpath}\"\")
  message(\"java runtime: ${Java_JAVA_EXECUTABLE}\")
  #message( \"wo_semicolumn: ${wo_semicolumn}\" )
  execute_process(
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ endif()
#----------------------------------------------------------------------------

project(GDCM
  VERSION 3.0.1
  VERSION 3.0.2
  LANGUAGES CXX C
)
## NOTE: the "DESCRIPTION" feature of project() was introduced in cmake 3.10.0
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ bool print36( gdcm::DataSet const & ds10, gdcm::SequenceOfItems *sqi_dict, std::
  gdcm::SmartPointer<gdcm::SequenceOfItems> sqi_values36 = seq_values36.GetValueAsSQ();

  size_t ni3 = sqi_values36->GetNumberOfItems();
  assert( ni3 == 1 );
  assert( ni3 >= 1 );
  for( size_t i3 = 1; i3 <= ni3; ++i3 )
    {
    gdcm::Item &item_36 = sqi_values36->GetItem(i3);
+0 −3
Original line number Diff line number Diff line
@@ -209,9 +209,6 @@ if(GDCM_USE_SYSTEM_OPENSSL)
  target_link_libraries(gdcmCommon LINK_PRIVATE ${OPENSSL_LIBRARIES})
endif()
set_target_properties(gdcmCommon PROPERTIES ${GDCM_LIBRARY_PROPERTIES})
if(BUILD_SHARED_LIBS)
  #set_target_properties(gdcmCommon PROPERTIES INTERFACE_LINK_LIBRARIES "" LINK_INTERFACE_LIBRARIES "")
endif()

# libs
install_library(gdcmCommon)
Loading