Skip to content

Add BUNDLE DESTINATION to CMakeLists.txt#462

Open
nickgarvey wants to merge 1 commit intoBenjamin-Dobell:masterfrom
nickgarvey:patch-1
Open

Add BUNDLE DESTINATION to CMakeLists.txt#462
nickgarvey wants to merge 1 commit intoBenjamin-Dobell:masterfrom
nickgarvey:patch-1

Conversation

@nickgarvey
Copy link
Copy Markdown

Without it:

grace:build ngarvey$ cmake  -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/usr/local/opt/qt5/lib/cmake/Qt5Widgets ..
CMake Error at heimdall-frontend/CMakeLists.txt:53 (install):
  install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable
  target "heimdall-frontend".

Reason:
https://cmake.org/cmake/help/v3.0/policy/CMP0006.html

Without it:
```
grace:build ngarvey$ cmake  -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/usr/local/opt/qt5/lib/cmake/Qt5Widgets ..
CMake Error at heimdall-frontend/CMakeLists.txt:53 (install):
  install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable
  target "heimdall-frontend".
```

Reason:
https://cmake.org/cmake/help/v3.0/policy/CMP0006.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants