Skip to content

Commit

Permalink
removed semicolon in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed Jun 17, 2024
1 parent 506f73a commit cf96bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ option(BUILD_PROF_CMP_TUNED_TUNED "Run benchmarks before and after tuning, profi

# Set a common control variable for profiling
if(BUILD_PROFILE OR BUILD_PROFILE_TUNED OR BUILD_PROFILE_TUNED_TUNED OR BUILD_PROF_CMP OR BUILD_PROF_CMP_TUNED OR BUILD_PROF_CMP_TUNED_TUNED)
set(PREPARE_PROFILING 1);
set(PREPARE_PROFILING 1)
endif()

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit cf96bed

Please sign in to comment.