Hi David,
Executing the batch file from cmake function add_custom_command() in the
COMMAND option is successful.
But is there any mechanism in cmake in which we can specify the user-built
executables OR project-specific executables directly from cmake function
add_custom_command() in the COMMAN
Hi,
In order to build an application with several HPC performance utilities, it
would be good to be able to specify the linker and have it show up on the
link command line.
I learned from
http://cmake.3232098.n2.nabble.com/Specify-the-link-command-in-CMake-td6786695.html
that using CMAKE_C_LINKER
I am trying to build an Open Source project called PCL which uses Boost, and
CMake's ability to find the Boost libraries seems dependent on whether the
BOOST_LIBRARYDIR contains a literal path string, or whether it contains a
string that incorporates the expansion of BOOST_ROOT. Here are the det
Hi,
Angeliki, thanks your comments.
I used properties because my old makefile was written to use g++ despite my
files have suffix .c. I understood that cmake tried to compile my files
using gcc instead of g++.
I removed my set compiler flags. Moreover, I have finished to compile all
programs of
On 08/09/2014 09:46 AM, Marcel Loose wrote:
> CMake 2.8.12 introduced the keywords PRIVATE, INTERFACE and PUBLIC, and
> immediately deprecated the LINK_INTERFACE_LIBRARIES keyword,
> triggering policy warnings CMP0022 and CMP0023.
>
> What is the proper way to get rid of these policy warnings, whi
If silently installing is your objective, you may do so with an NSIS
built *.exe installer.
See this old blog post for details:
http://www.kitware.com/blog/home/post/186
HTH,
David C.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cma
2014-08-11 18:45 GMT+04:00 Alexey Petruchik :
> It is well known that msi installers are more preferable way of
> distributing apps on Windows than exe installers. For example msi packages
> can be installed silently from command line. So why there is no msi package
> for cmake?
>
> Regards, Alexe
It is well known that msi installers are more preferable way of
distributing apps on Windows than exe installers. For example msi packages
can be installed silently from command line. So why there is no msi package
for cmake?
Regards, Alexey
--
Powered by www.kitware.com
Please keep messages on
I have a listfile CMakeLists.txt which includes two cmake modules -
vardefs.cmake and unix.cmake, both of which are included by the list
file from some path set using CMAKE_MODULE_PATH.
I set some variables in vardefs.cmake which I am trying to use in the
list file and in unix.cmake. Looks like it