Skip to content

Commit

Permalink
Ensure lower compilation targets get all flags
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Dec 9, 2024
1 parent 4d44806 commit 80b44a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ target_include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)
if ( ${ENABLE_KPP} )
add_compile_options ( "${PROJECT_COMPILE_OPTIONS}" )
add_compile_definitions( "${PROJECT_COMPILE_DEFINITIONS}" )
add_subdirectory( KPP )
endif()

Expand Down

0 comments on commit 80b44a8

Please sign in to comment.