you may use
set_source_files_properties(
${swig_generated_file_fullname}
PROPERTIES COMPILE_FLAGS "-w"
)
see cmake --help-module UseSWIG
--
View this message in context:
http://cmake.3232098.n2.nabble.com/swig-how-do-I-set-compile-flags-on-the-generated-files-tp7582494p
I am trying to automate my build process and before going down this path, I
set up findMYCODE script that requires a variable CODE_BUILD_DIR that the
user defines.This variable is the build directory for another code base
that my current code base is dependent on. When I run CMAKE in the gui
Hello,
The Call for Talks for the CrossDesktop DevRoom at FOSDEM 2013 is
officially open and will close in two weeks (Dec 14th).
Cros-platform/cross-compiler build systems are not easy to implement and
maintain. Can you offer some insight? Please submit your talk proposals
ASAP!
--8<---
*
FOSDE
In the cmake documentation for target_link_libraries() it says that:
> The named must have been created in the current directory by a
> command such as add_executable or add_library.
Can someone provide a reason for that, and is there a work-around?
We have a large project that is composed o
On 29/11/12 08:25, Sergei Nikulov wrote:
Have you tried as per documentation provide list of files?
check_symbol_exists (getifaddrs "sys/types.h;ifaddrs.h" SP_HAVE_IFADDRS)
I was sure I've tried it and it failed. However, now it works perfectly.
I must have done something wrong before.
Th