Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include call #85

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

myd7349
Copy link
Contributor

@myd7349 myd7349 commented Jun 7, 2019

CMAKE_INSTALL_INCLUDEDIR and CMAKE_INSTALL_LIBDIR used in CMakeLists.txt are defined in GNUInstallDirs.cmake. Without including this module, this command will fail:

$ cmake --build . --target install

-- Install configuration: "Debug"
-- Up-to-date: /cmake/Immer/ImmerConfig.cmake
CMake Error at cmake_install.cmake:60 (file):
file INSTALL given no DESTINATION

@arximboldi
Copy link
Owner

Thanks @myd7349 !

@arximboldi arximboldi merged commit fe1d515 into arximboldi:master Jun 7, 2019
@myd7349 myd7349 deleted the add-missing-includes branch June 7, 2019 15:27
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.

None yet

2 participants