Buildroot Archive on 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
  2024-06-15 14:55 ` bugzilla
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2024-06-15 14:55 UTC | newest]

Thread overview: 3+ 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
2024-06-15 14:55 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox