File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ROOT_LINKER_LIBRARY(IoBigEventGeneration
7
7
G__IoBigEventGeneration.cxx
8
8
LIBRARIES Core Tree Hist MathCore Physics Graf Matrix )
9
9
10
- if (MSVC )
10
+ if (MSVC AND NOT CMAKE_GENERATOR MATCHES Ninja )
11
11
add_custom_command (TARGET IoBigEventGeneration POST_BUILD
12
12
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/libIoBigEventGeneration.dll
13
13
${CMAKE_CURRENT_BINARY_DIR} /libIoBigEventGeneration.dll
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ROOT_LINKER_LIBRARY(TreeFormulaReferencesGeneration
7
7
G__TreeFormulaReferencesGeneration.cxx
8
8
LIBRARIES Core Tree Hist MathCore )
9
9
10
- if (MSVC )
10
+ if (MSVC AND NOT CMAKE_GENERATOR MATCHES Ninja )
11
11
add_custom_command (TARGET TreeFormulaReferencesGeneration POST_BUILD
12
12
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/libTreeFormulaReferencesGeneration.dll
13
13
${CMAKE_CURRENT_BINARY_DIR} /libTreeFormulaReferencesGeneration.dll
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ target_compile_options(StreamerFieldXMLDict PRIVATE $<TARGET_PROPERTY:rfield_str
117
117
target_compile_definitions (StreamerFieldXMLDict PRIVATE $< TARGET_PROPERTY:rfield_streamer,COMPILE_DEFINITIONS> )
118
118
target_compile_features (StreamerFieldXMLDict PRIVATE $< TARGET_PROPERTY:rfield_streamer,COMPILE_FEATURES> )
119
119
target_include_directories (StreamerFieldXMLDict PRIVATE $< TARGET_PROPERTY:rfield_streamer,INCLUDE_DIRECTORIES> )
120
- if (MSVC )
120
+ if (MSVC AND NOT CMAKE_GENERATOR MATCHES Ninja )
121
121
add_custom_command (TARGET rfield_streamer POST_BUILD
122
122
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR} /librfield_streamer_rdict.pcm
123
123
${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/librfield_streamer_rdict.pcm
You can’t perform that action at this time.
0 commit comments