Skip to content
Snippets Groups Projects

CMake Fix, master branch (2020.11.09.)

1 unresolved thread

Undid the modification from 8d895119. As that one is breaking the build of the project as soon as SQLite is not coming from /usr.

But @rbianchi, please speak up why you made that commit last week... With it reversed, I can build the code with a "cleaned up" version of atlas/atlasexternals!745 (merged) successfully. So we should figure out what it is that prevents you from building the code with this configuration. As this is definitely the correct configuration.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
11 11
12 12 # Set up the library.
13 13 add_library( GeoModelDBManager SHARED ${HEADERS} ${SOURCES} )
14 target_link_libraries( GeoModelDBManager PRIVATE SQLite::SQLite3 )
14 target_link_libraries( GeoModelDBManager PUBLIC SQLite::SQLite3 )
  • Riccardo Maria Bianchi mentioned in merge request !23 (merged)

    mentioned in merge request !23 (merged)

  • This is not relevant anymore because of !23 (merged), but the issue I pointed out in !23 (merged) still needs to be fixed...

  • Please register or sign in to reply
    Loading