Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
cellframe
celllframe-node
Commits
a90bed66
Commit
a90bed66
authored
3 months ago
by
pavel.uhanov
Browse files
Options
Downloads
Patches
Plain Diff
[*] remove pgsql from andriod
parent
35e93fbe
No related branches found
Branches containing commit
No related tags found
3 merge requests
!1842
Hotfixes 19.02
,
!1840
Backport 13637
,
!1780
hotfix-14097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
a90bed66
...
...
@@ -57,8 +57,8 @@ include (dap-sdk/cmake/OS_Detection.cmake)
set
(
BUILD_WITH_GDB_DRIVER_MDBX ON
)
if
(
NOT ANDROID
)
set
(
BUILD_WITH_GDB_DRIVER_SQLITE ON
)
set
(
BUILD_WITH_GDB_DRIVER_PGSQL ON
)
endif
()
set
(
BUILD_WITH_GDB_DRIVER_PGSQL ON
)
#set(BUILD_CELLFRAME_NODE_TESTS ON)
#set (BUILD_WITH_TPS_TEST ON)
if
(
BUILD_WITH_TPS_TEST
)
...
...
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