Skip to content

Commit

Permalink
Removing unnecessary comment and configuration of config.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Sep 16, 2024
1 parent d4cada3 commit 3566f3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,10 @@ if(NOT ENABLE_CXXONLY)
PYB11)
endif()

configure_file(config.hh.in
${PROJECT_BINARY_DIR}/src/config.hh)

foreach(_package ${_packages})
add_subdirectory(${_package})
endforeach()

#blt_print_target_properties(TARGET Spheral_Utilities)

if(NOT ENABLE_DEV_BUILD)
# Retrieve the global list populated in spheral_obj_add_library
get_property(SPHERAL_OBJ_LIBS GLOBAL PROPERTY SPHERAL_OBJ_LIBS)
Expand Down

0 comments on commit 3566f3d

Please sign in to comment.