Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
ebd40819
Commit
ebd40819
authored
Mar 29, 2016
by
Emmanuel Promayon
Browse files
FIXED copyright date and holder
Signed-off-by:
Emmanuel Promayon
<
Emmanuel.Promayon@imag.fr
>
parent
756fb979
Changes
3
Hide whitespace changes
Inline
Side-by-side
imaging/COPYRIGHT
View file @
ebd40819
$CAMITK_LICENCE_BEGIN$
CamiTK - Computer Assisted Medical Intervention ToolKit
(c) 2001-201
3
U
JF-
Grenoble
1
, CNRS, TIMC-IMAG UMR 5525 (GMCAO)
(c) 2001-201
6
U
niv.
Grenoble
Alpes
, CNRS, TIMC-IMAG UMR 5525 (GMCAO)
Visit http://camitk.imag.fr for more information
...
...
modeling/COPYRIGHT
View file @
ebd40819
$CAMITK_LICENCE_BEGIN$
CamiTK - Computer Assisted Medical Intervention ToolKit
(c) 2001-201
3
U
JF-
Grenoble
1
, CNRS, TIMC-IMAG UMR 5525 (GMCAO)
(c) 2001-201
6
U
niv.
Grenoble
Alpes
, CNRS, TIMC-IMAG UMR 5525 (GMCAO)
Visit http://camitk.imag.fr for more information
...
...
sdk/cmake/modules/CamiTKConfig.cmake.in
View file @
ebd40819
...
...
@@ -15,8 +15,9 @@ set(CAMITK_VERSION_MINOR "@CAMITK_VERSION_MINOR@")
set(CAMITK_SHORT_VERSION_STRING "camitk-${CAMITK_VERSION_MAJOR}.${CAMITK_VERSION_MINOR}")
#-- Check dependencies: Qt and VTK
# List of Qt5 modules that are required in CamiTK
set(CAMITK_QT_COMPONENTS Core Gui Xml XmlPatterns Widgets Help UiTools OpenGL OpenGLExtensions)
# Find Qt5
set(CAMITK_QT_COMPONENTS Core Gui Xml XmlPatterns Widgets Help UiTools OpenGL OpenGLExtensions) #the different Qt5 modules we work with
find_package(Qt5 COMPONENTS ${CAMITK_QT_COMPONENTS} REQUIRED)
if (Qt5_FOUND)
message(STATUS "CamiTK SDK : found Qt ${Qt5_VERSION}.")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment