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

Remove msinttypes dependency #3545

Closed
TianShengLi opened this issue Nov 17, 2016 · 1 comment
Closed

Remove msinttypes dependency #3545

TianShengLi opened this issue Nov 17, 2016 · 1 comment

Comments

@TianShengLi
Copy link

Google Code has closed
msinttypes only two files, remove this dependency should not be difficult

CMakeLists.txt (361)

IF(MSVC)
	include(external/MSIntTypes)
	LIST(APPEND INCLUDES ${THIRD_PARTY_DIR}/MSIntTypes)

	include(external/MSDirent)
	LIST(APPEND INCLUDES ${MSDIRENT_INCLUDE_DIR})
ENDIF()
@vigsterkr
Copy link
Member

vigsterkr commented Nov 17, 2016

@TianShengLi check feature/windows branch for windows build.... currently there are couple of issues that needs fixing. but there this whole story of MSIntTypes is fixed....

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

No branches or pull requests

2 participants