Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-11 Thread Sean Wayland
, Jul 10, 2017 at 3:22 PM, Micha Hergarden <micha.hergar...@gmail.com> wrote: > On 07-07-17 05:14, Sean Wayland wrote: >> Hi Micha, >> Thanks very much for the email. That seemed to make a small >> difference! With both those lines commented out these errors are >> ge

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-06 Thread Sean Wayland
t.dir/__/Application/CATSMAT_main.cpp.o] Error 1 make[2]: *** [catsmat/catsmat/cmake/CMakeFiles/catsmat.dir/all] Error 2 make[1]: *** [catsmat/catsmat/cmake/CMakeFiles/catsmat.dir/rule] Error 2 On Thu, Jul 6, 2017 at 3:12 PM, Micha Hergarden <micha.hergar...@gmail.com> wrote: > On 06-07

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-06 Thread Sean Wayland
ests/cmake) add_subdirectory (catsmat/catsmat/cmake) set(CMAKE_CXX_STANDARD 14) On Thu, Jul 6, 2017 at 2:48 AM, Micha Hergarden <micha.hergar...@gmail.com> wrote: > On 05-07-17 22:50, Sean Wayland wrote: >> I am attempting to write a cmakelists.txt file for an application. >> The applicati

[CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-05 Thread Sean Wayland
setup if(NOT APPLE) install ( TARGETS ${target} ${TOOLS} RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib FRAMEWORK DESTINATION "/Library/Frameworks" CONFIGURATIONS Release PUBLIC_HEADER DESTINATION include/libmusicxml ) endif(NOT APPLE) --

[CMake] Cannot find source file:

2017-06-23 Thread Sean Wayland
} ) ### # install setup if(NOT APPLE) install ( TARGETS ${target} ${TOOLS} RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib FRAMEWORK DESTINATION "/Library/Frameworks" CONFIGURATIONS Release PUBLIC_HEADER DESTINATION

Re: [CMake] Multiple projects in a single repo

2017-06-18 Thread Sean Wayland
t; 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 -- www.seanwayla

[CMake] linking boost to cmake under OSX 10.12.1 , boost 1.63 , cmake 2017.11

2017-05-03 Thread Sean Wayland
B) INCLUDE_DIRECTORIES(*usr/local/boost/include/*) ADD_EXECUTABLE( * anyExecutable myMain.cpp *) TARGET_LINK_LIBRARIES( *anyExecutable usr/local/boost/lib/ *) Thanks very much for your help . Yours Sincerely Sean Wayland www.seanwayland.com -- Powered by www.kitware.com Please keep messages on-to