Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
CamiTK Community Edition
CamiTK Community Edition
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • CamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Issues
  • #48

Closed
Open
Opened May 23, 2018 by Antoine Tacheau@tacheauaDeveloper

External lib link issue for the release build under MVS

About you:
Antoine Tacheau, user of CamiTK and developer of a CEP

Overview:
Link is not well define in cmake files regarding external libs

Steps to Reproduce:
Create a CEP that needs an external lib -> Build in debug ==> It works -> Build in release ==> Missing links

Actual VS Expected Result: A CEP should be 'buildable' in debug and release

Relevant logs and/or screenshots: NA

Interpretation & Possible fixes:
Update lines "optimized ${EXTERNAL_LIBRARY}" to "optimized ${EXTERNAL_LIBRARY}.lib" in CamiTKLibrary.cmake, CamiTKExtension.cmake and may be in CamiTKApplication.cmake

CamiTK Version:

  • CamiTK version......................... CamiTK 4.1.0.develop.99ad37ea
  • CamiTK Short Version................... camitk-4.1
  • CamiTK SO NAME......................... 4
  • Operating System....................... WIN32
  • Build type............................. RELEASE
  • QT Version............................. 5.6.1
  • VTK Version............................ 6.3.0
  • CamiTK Global Installation Directory... C:/Users/tacheaua/AppData/Roaming/CamiTK
  • User Installation Directory............ C:/Users/tacheaua/AppData/Roaming/CamiTK
  • Current Working Directory.............. C:/Users/tacheaua
  • Test Data Directory.................... C:/Users/tacheaua/AppData/Roaming/CamiTK/share/camitk-4.1/testdata
  • Component Extension Directories........ C:/Users/tacheaua/AppData/Roaming/CamiTK/lib/camitk-4.1/components
  • Action Extension Directories........... C:/Users/tacheaua/AppData/Roaming/CamiTK/lib/camitk-4.1/actions
  • Number of Component Extensions......... 14 (locations: 13 global, 0 local, 0 in working directory, 1 by user)
  • Number of File Extensions Supported.... 38
  • Number of Action Extensions............ 27 (locations: 27 global, 0 local, 0 in working directory, 0 by user)
  • Number of Actions...................... 104
  • Registered components (G=Global, L=Local, W=Working, U=User):
    • Alias Wavefront OBJ Component (obj) [G]
    • ITK-US Cardio Vet Component Extension (mha, testus) [U]
    • ItkImages Component (hdr, spr, gipl, pic, lsm, nrrd, hdr.gz, nii, nii.gz, img, img.gz) [G]
    • MML Component (mml, scn) [G]
    • Msh Component (msh) [G]
    • Off Component (off) [G]
    • PML Component (pml) [G]
    • Pick Me Component (pickme) [G]
    • STL Component (stl, STL) [G]
    • Testing Mixed Component (mixed) [G]
    • VRML 2 Component (vrml, wrl) [G]
    • VTK Component (vtk) [G]
    • vtkImages Component (jpg, png, tiff, tif, bmp, pbm, pgm, ppm, mhd, mha, raw) [G]
    • DICOM (directory) [G]
  • Registered actions (G=Global, L=Local, W=Working, U=User):
    • Application Level Action Extension [G]: 20 actions ()
    • AverageVoxelValuesExtension [G]: 1 actions ()
    • Basic Mesh Extension [G]: 9 actions ()
    • Basic Picking Tutorial [G]: 1 actions ()
    • Basic Topology [G]: 2 actions ()
    • BoxVOIExtension [G]: 1 actions ()
    • Frame Edition Extension [G]: 1 actions ()
    • ITK Filters [G]: 14 actions ()
    • ITK Segmentation [G]: 3 actions ()
    • Image LUT [G]: 1 actions ()
    • ImageAcquisitionActionExtension [G]: 7 actions ()
    • MML [G]: 2 actions ()
    • Mesh Point Data [G]: 1 actions ()
    • Mesh Processing [G]: 17 actions ()
    • Mesh Selection [G]: 1 actions ()
    • MultiPickingExtension [G]: 1 actions ()
    • PMLExploreExtension [G]: 2 actions ()
    • Pixel Color Changer [G]: 1 actions ()
    • PropertiesExtension [G]: 3 actions ()
    • Reconstruction [G]: 1 actions ()
    • Reorient Image Extension [G]: 1 actions ()
    • ResampleExtension [G]: 1 actions ()
    • Shaker Extension [G]: 3 actions ()
    • ShowIn3DExtension [G]: 5 actions ()
    • Sleeping While Working [G]: 2 actions ()
    • VolumeRenderingExtension [G]: 1 actions ()
    • Vtk Widget Tutorial [G]: 2 actions ()
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: CamiTK/CamiTK#48