Is there a way to find the library (via FindPackage() ) that was built using ExternalProject_Add() ?
The problem is that CMake cannot find the library in CMake-time, because the external library receives the assembly at compile time. I know that you can combine these two CMake functions when building a library and a project in superbyte, but I want to use it in a regular CMake project.
Actually, I would like to build VTK 6 with ExternalProject_Add and find it with FindPackage everyone inside my CMake project.
c ++ build cmake vtk
Lars Bilke Jul 03 '13 at 11:40 2013-07-03 11:40
source share