File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function( add_t8_benchmark )
4646 endif ( T8CODE_EXPORT_COMPILE_COMMANDS )
4747 if ( T8CODE_ENABLE_PROFILING_BARRIERS )
4848 target_compile_definitions ( ${ADD_T8_BENCHMARK_NAME} PUBLIC T8_ENABLE_PROFILE_BARRIER=1 )
49- endif ( T8CODE_EXPORT_COMPILE_COMMANDS )
49+ endif ( T8CODE_ENABLE_PROFILING_BARRIERS )
5050
5151 install ( TARGETS ${ADD_T8_BENCHMARK_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} )
5252endfunction ()
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ endif( T8CODE_EXPORT_COMPILE_COMMANDS )
5353
5454if ( T8CODE_ENABLE_PROFILING_BARRIERS )
5555 target_compile_definitions ( T8 PUBLIC T8_ENABLE_PROFILE_BARRIER=1 )
56- endif ( T8CODE_EXPORT_COMPILE_COMMANDS )
56+ endif ( T8CODE_ENABLE_PROFILING_BARRIERS )
5757
5858if ( T8CODE_ENABLE_NETCDF )
5959 target_link_libraries ( T8 PUBLIC NetCDF::NetCDF )
You can’t perform that action at this time.
0 commit comments