Hello,
 I have a library project (headers + libs) that I want to install onto a
Windows network drive location.
The project is created on my local drive as an out-of-source build.

When I use install(DIRECTORY ...) the network location is written correctly
into the cmake_install.cmake file as //foo/headers.

When I use install(TARGETS ...) the network location is written as
/foo/lib_32.lib which does not seem to work.

Any idea how I can fix this? I am using cmake 3.9

Thanks.
   Ben
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to