All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 13256] New: CMAKE_GENERATOR environment variable makes CMake based builds fail
@ 2020-10-08 13:13 bugzilla at busybox.net
  2020-10-08 14:32 ` [Buildroot] [Bug 13256] " bugzilla at busybox.net
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2020-10-08 13:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=13256

            Bug ID: 13256
           Summary: CMAKE_GENERATOR environment variable makes CMake based
                    builds fail
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: sven.fischer at effeffcee.de
                CC: buildroot at uclibc.org
  Target Milestone: ---

If the CMAKE_GENERATOR environment variable is set to e.g. Ninja, CMake based
build will fail because CMake generates Ninja build files instead of Makefiles. 

To fix this use either

a) explicitly set -G"Unix Makefiles" in package/pkg-cmake.mk
b) (better) use "cmake --build ." instead of make

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [Bug 13256] CMAKE_GENERATOR environment variable makes CMake based builds fail
  2020-10-08 13:13 [Buildroot] [Bug 13256] New: CMAKE_GENERATOR environment variable makes CMake based builds fail bugzilla at busybox.net
@ 2020-10-08 14:32 ` bugzilla at busybox.net
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2020-10-08 14:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=13256

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Sounds good. Could you send a patch implementing (2) ? Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-08 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 13:13 [Buildroot] [Bug 13256] New: CMAKE_GENERATOR environment variable makes CMake based builds fail bugzilla at busybox.net
2020-10-08 14:32 ` [Buildroot] [Bug 13256] " bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.