Reading docs trying to understand why my build works when I write

target_link_libraries(Debug ${VTK_LIBRARIES} -lsri-spatialfft -lsri-spatial -lsri-memory)

but does not work when everything is protected in quotes:

target_link_libraries(Debug "${VTK_LIBRARIES} -lsri-spatialfft -lsri-spatial -lsri-memory")

which causes an extra library which does not exist to be passed to the linker. Is this expected behaviour?

robert@kalymnos:~/Code/Debug/normandBuild$ cmake --version
cmake version 3.4.1

--
Normand Robert PhD
Sunnybrook Health Sciences Centre
Room S632, 2075 Bayview Avenue, Toronto, ON M4N 3M5

--

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