Skip to content

Commit

Permalink
Process external components after core components. (GEOS-DEV#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 authored Mar 5, 2021
1 parent b687b86 commit e1c8d11
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 @@ -47,8 +47,8 @@ add_subdirectory(thirdparty)
# Add components
################################
set( externalComponentsLinkList "" )
add_subdirectory(externalComponents)
add_subdirectory(coreComponents)
add_subdirectory(externalComponents)
add_subdirectory(main)


Expand Down

0 comments on commit e1c8d11

Please sign in to comment.