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

no linux clang support? #10

Open
ericwomer opened this issue Mar 14, 2016 · 2 comments
Open

no linux clang support? #10

ericwomer opened this issue Mar 14, 2016 · 2 comments

Comments

@ericwomer
Copy link

Will the Linux-GNU-CXXPCH work with clang or is there a reason you didn't create a file for clang on linux?

@nanoant
Copy link
Owner

nanoant commented Jul 26, 2018

There's no reason no to support it, it is more due to limited work force behind this project 🤓
Feel free to submit PR with Platform/Linux-Clang-C/CXXPCH.cmake stubs.

@m-7761
Copy link
Contributor

m-7761 commented Jul 27, 2018

I see code that looks like this:

	if(NOT MSVC AND
		NOT CMAKE_COMPILER_IS_GNU${lang} AND
		NOT CMAKE_${lang}_COMPILER_ID STREQUAL "GNU" AND
		NOT CMAKE_${lang}_COMPILER_ID STREQUAL "Clang" AND
		NOT CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang"
		)
		message(WARNING
			"Precompiled headers not supported for ${CMAKE_${lang}_COMPILER_ID}"
			)
		return()
	endif()

Is it possible this can be Closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants