[CMake] install target problem on Mac

Robert Bielik Robert.Bielik at dirac.se
Tue Apr 26 05:18:21 EDT 2016


Using Cmake 3.0.1 I have a dynlib target:

ADD_LIBRARY(myDynlib SHARED ${SOURCES})

and

INSTALL(TARGETS myDynlib
   LIBRARY DESTINATION ${OUTPUT_PATH}/lib
)

however, building the install target, no files end up in ${OUTPUT_PATH}/lib .

Help?
/R
 


More information about the CMake mailing list