File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,22 +164,22 @@ if(JsonCpp_FOUND)
164164 get_filename_component (json_library_dir ${JsonCpp_LIBRARY} DIRECTORY )
165165 set (json_forward_path_build
166166 "\" ${json_library_dir} \" CONFIG_DIR_POST, \\
167- \" ${json_library_dir} \" , \\ "
167+ \" ${json_library_dir} \" ,"
168168 )
169- set (json_forward_path_install "\" ${json_library_dir} \" , \\ " )
169+ set (json_forward_path_install "\" ${json_library_dir} \" ," )
170170endif ()
171171
172172set (GenerateCLP_FORWARD_DIR_BUILD "${CMAKE_RUNTIME_OUTPUT_DIRECTORY} " )
173173set (GenerateCLP_FORWARD_PATH_BUILD " \\
174174 \" .\" CONFIG_DIR_POST, \\
175175 \" ${ITK_DIR} /bin\" CONFIG_DIR_POST, \\
176- ${json_forward_path_build}
176+ ${json_forward_path_build} \\
177177 \" ${ModuleDescriptionParser_DIR} /bin\" CONFIG_DIR_POST \\
178178" )
179179set (GenerateCLP_FORWARD_PATH_INSTALL " \\
180180 \" .\" , \\
181181 \" ${ITK_DIR} /bin\" , \\
182- ${json_forward_path_install}
182+ ${json_forward_path_install} \\
183183 \" ${ModuleDescriptionParser_DIR} /bin\" \\
184184" )
185185set (GenerateCLP_FORWARD_EXE GenerateCLP)
You can’t perform that action at this time.
0 commit comments