Skip to content

Commit

Permalink
Properly disable MSIS 2 compilation by flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ckebschull committed Jan 12, 2023
1 parent 46bf9e4 commit b52b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(NOT SKIP_MSIS_2 AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/msis_constants.f90)
MESSAGE("${SRC_FILES}")
else()
MESSAGE("Found MSIS 2.0: False")
set(SKIP_MSIS_2 "ON")
set(SKIP_MSIS_2 "ON" PARENT_SCOPE)
add_compile_definitions(SKIP_MSIS_2)
endif()

Expand Down

0 comments on commit b52b334

Please sign in to comment.