[IGSTK-Developers] Sandbox Compilation problems.
Torleif Sandnes
torleif.sandnes at sintef.no
Tue Sep 11 02:43:22 EDT 2007
> Furthermore, I just added
>
> @IGSTKSandbox_SOURCE_DIR@/IGSTK/Source
>
> to the list of include file directories in
>
> IGSTKSandboxConfig.cmake file.
>
> Hence, all you need to do is load the IGSTK Sandbox package and
> invoke INCLUDE
> command as follows
> FIND_PACKAGE(IGSTKSandbox REQUIRED)
> IF(IGSTKSandbox_FOUND)
> INCLUDE(${IGSTKSandbox_USE_FILE})
> ENDIF(IGSTKSandbox_FOUND)
>
> This will set correctly the include and link directories.
Thanks Andinet!
Everything works fine when I updated my copy of the sandbox and
modified my CMakelists file
according to what you suggested.
Torleif
More information about the IGSTK-Developers
mailing list