Hi,
In our cmake project, there is an assembler file (.asm extension) that needs to
be compiled to create object file (.obj) using microsoft macro assembler
(ml.exe for 32-bit and ml64.exe for 64-bit)
This is happening successfully.
But there is a preprocessor directive (_WIN64) as follows withi
A colleague figured it out. We had:
${CMAKE_CURRENT_SOURCE_DIR}/src/zprotect
But the actual directory name is zProtect, capital P. Windows "doesn't care",
sorta kinda, but apparently CMake or Cygwin or Windows does somehow. If the
directory has a period in the name, it works; if it doesn't, it
On Mon, Aug 25, 2014 at 4:10 PM, Jean-Christophe Fillion-Robin <
jchris.filli...@kitware.com> wrote:
> Hi Richard,
>
> Generator expression won't work in install rules. Instead, I suggest you
> simply use "install(TARGET ...") for regular targets.
>
That explains that problem. I'm not sure if you
Hi Richard,
Generator expression won't work in install rules. Instead, I suggest you
simply use "install(TARGET ...") for regular targets.
Hth
Jc
On Mon, Aug 25, 2014 at 5:02 PM, Richard Shaw wrote:
> Ok, apparently I'm the only person that can't figure out how generator
> expressions work bu
I am at a complete loss on what to look for here. This error started when I
tried adding "list(append )" instead of copying the language files to the
CMake installation directory. If anyone has any idea where to look, I'm all
ears. I think 95% of my users will be on Windows, so I can't laun
Ok, apparently I'm the only person that can't figure out how generator
expressions work but I worked around it using "find_program" to find the
resultant executable in the source directory, which I think is a really bad
way to do it, but it works.
Then I use find_library to get the full path of th
On Monday, August 25, 2014 14:36:21 Никонов Михаил Николаевич wrote:
> Hello,
>
> In a bare-metal embedded project, I need to initialize compiler flags
> to custom values while toolchains are initialized; for that, I'm using
> override files to set _INIT variables. From what I've encountered, it
>
Hi! The simple CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project(foo)
enable_testing()
add_test(NAME bar COMMAND cmd /c echo hello)
fails for me when run on Windows 7 64 bit (only platform I've tried)
with ctest 2.8.12 or 2.8.11.
"ctest -V -C Debug" outputs
...
test 1
Start 1: bar
On Monday, August 25, 2014 01:10:27 PM Michael Jackson wrote:
> Are there are newer facilities in CMake 3.x that would allow me to add
> additional Plist values to the standard Mac OS X bundle plist that gets
> created?
>
> I use the following code currently:
>
> set_target_properties(${TARGET_N
Are there are newer facilities in CMake 3.x that would allow me to add
additional Plist values to the standard Mac OS X bundle plist that gets created?
I use the following code currently:
set_target_properties(${TARGET_NAME} PROPERTIES
MACOSX_BUNDLE_INFO_STRING "${PROJECT_NAME}${DBG_EXTENS
Hello Christer,
Zitat von Christer Solskogen :
Hi!
I have a cross compiler, installed into /opt/cross, which is
compiled by me. This cross compiler (gcc) is sysroot aware, which
means that every header and library is installed into
/opt/cross/.
In order to get cmake to find SDL (both S
Thanks for the reply.
Thanks & Regards
Ravi Raman
Xoriant Solutions Pvt. Ltd
4th Floor, Winchester, Hiranandani Business Park, Powai, Mumbai 400076, INDIA.
Tel: +91 22 30511000,9930100026 Extn: 2144 Voip No. 4088344495/96/97/98 Voip
Extn:1178| Fax: +91 22 3051
ravi.ra...@xoriant.com| http
First: thanks for your questions to the CMake list. However, when you
send an email to the list, please just ask the question -- that is,
please do *not* ask me by name. I know I've answered a few questions
for you in the last few weeks, but I am not the only one here, and
asking me by name may
On Mon, Aug 25, 2014 at 1:07 PM, David Cole via CMake
wrote:
> > Ah, thanks... Though, I think there may be a general disconnect here:
> > that is, it seems likely that one would want to construct output with
> > a pattern composed from generator expressions.
> > ...
> > While I gather from your
> Ah, thanks... Though, I think there may be a general disconnect here:
> that is, it seems likely that one would want to construct output with
> a pattern composed from generator expressions.
> ...
> While I gather from your comment that something like this might be
> possible in the future, is th
Hello,
In a bare-metal embedded project, I need to initialize compiler flags
to custom values while toolchains are initialized; for that, I'm using
override files to set _INIT variables. From what I've encountered, it
appears that CMAKE_USER_MAKE_RULES_OVERRIDE file (and
language-specific *_ASM on
16 matches
Mail list logo