Skip to content

Commit

Permalink
Update cmake/MacroHelper.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran authored Dec 18, 2024
1 parent 03203ca commit 92fc216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/MacroHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ macro(nocmodl_mod_to_cpp modfile_basename modfile_subdir)
# Append the custom part and the last part
list(GET path_parts ${last_index} last_part)
set(modfile_basename_real "${base_path}/${modfile_subdir}/${last_part}")
message(WARNING ${modfile_basename_real})

get_filename_component(modfile_output_dir ${PROJECT_SOURCE_DIR}/${modfile_basename_real}.mod
DIRECTORY)
Expand Down

0 comments on commit 92fc216

Please sign in to comment.