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

Include CRT files on Windows #305

Closed
magnesj opened this issue Jun 4, 2015 · 1 comment
Closed

Include CRT files on Windows #305

magnesj opened this issue Jun 4, 2015 · 1 comment
Labels
Bug Bug not yet in an official release

Comments

@magnesj
Copy link
Member

magnesj commented Jun 4, 2015

if (MSVC)
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP ON)
include(InstallRequiredSystemLibraries)
install(PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION bin)
endif(MSVC)

@magnesj magnesj added the Bug Bug not yet in an official release label Jun 4, 2015
@magnesj
Copy link
Member Author

magnesj commented Jun 4, 2015

Duplicate

@magnesj magnesj closed this as completed Jun 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug not yet in an official release
Projects
None yet
Development

No branches or pull requests

1 participant