Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Commits
49eaba02
Commit
49eaba02
authored
4 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Plain Diff
Merge branch 'master-drop-qt5' into 'master'
clean CMake See merge request
GeoModelIO!11
parents
e19e0370
ce178b4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
49eaba02
...
@@ -25,7 +25,6 @@ include( PrintBuildInfo )
...
@@ -25,7 +25,6 @@ include( PrintBuildInfo )
# Project's dependencies.
# Project's dependencies.
find_package
(
GeoModelCore 3.2.0 REQUIRED
)
find_package
(
GeoModelCore 3.2.0 REQUIRED
)
# find_package( Qt5 COMPONENTS Core Sql REQUIRED )
find_package
(
SQLite3 REQUIRED
)
find_package
(
SQLite3 REQUIRED
)
# Set sub-packages to build.
# Set sub-packages to build.
...
@@ -83,7 +82,8 @@ install(
...
@@ -83,7 +82,8 @@ install(
# updating the code, which results in keeping running the same old code even if
# updating the code, which results in keeping running the same old code even if
# we modified our source code.
# we modified our source code.
#export(EXPORT ${PROJECT_NAME}-export NAMESPACE "${PROJECT_NAME}::" FILE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${PROJECT_NAME}Config.cmake)
#export(EXPORT ${PROJECT_NAME}-export NAMESPACE "${PROJECT_NAME}::" FILE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${PROJECT_NAME}Config.cmake)
export
(
TARGETS GeoModelErrorHandler GeoModelDBManager TFPersistification GeoModelRead GeoModelWrite NAMESPACE
"
${
PROJECT_NAME
}
::"
FILE
${
CMAKE_BINARY_DIR
}${
CMAKE_FILES_DIRECTORY
}
/
${
PROJECT_NAME
}
Targets.cmake
)
#export(TARGETS GeoModelErrorHandler GeoModelDBManager TFPersistification GeoModelRead GeoModelWrite NAMESPACE "${PROJECT_NAME}::" FILE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${PROJECT_NAME}Targets.cmake)
export
(
TARGETS GeoModelDBManager TFPersistification GeoModelRead GeoModelWrite NAMESPACE
"
${
PROJECT_NAME
}
::"
FILE
${
CMAKE_BINARY_DIR
}${
CMAKE_FILES_DIRECTORY
}
/
${
PROJECT_NAME
}
Targets.cmake
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment