mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Restrict pcbnew PCH to clang
This commit is contained in:
parent
53f8ccef22
commit
4a07154ba3
@ -720,15 +720,7 @@ add_library( pcbnew_kiface_objects OBJECT
|
||||
${PCBNEW_SCRIPTING_SRCS}
|
||||
)
|
||||
|
||||
if( MSVC )
|
||||
target_precompile_headers( pcbnew_kiface_objects
|
||||
PRIVATE
|
||||
<vector>
|
||||
<map>
|
||||
<memory>
|
||||
<unordered_map>
|
||||
<macros.h> )
|
||||
else()
|
||||
if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
||||
target_precompile_headers( pcbnew_kiface_objects
|
||||
PRIVATE
|
||||
<vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user