Skip to content

Commit

Permalink
build: remove unnecessary comment
Browse files Browse the repository at this point in the history
Leftover from d595f91 ("build: remove unnecessary CMake version check")
  • Loading branch information
a-andre committed Oct 27, 2023
1 parent 3711e9f commit daab1d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ns3
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ def cmake_check_version():
def cmake_build(current_cmake_cache_folder, output, jobs, target=None, dry_run=False, build_verbose=False):
cmake, version = cmake_check_version()

# Older CMake versions don't accept the number of jobs directly
jobs_part = ("-j %d" % jobs)
target_part = (" --target %s" % target) if target else ""
cmake_build_command = "%s --build . %s%s" % (cmake, jobs_part, target_part)
Expand Down

0 comments on commit daab1d6

Please sign in to comment.