Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-server-udp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-server-udp
Compare revisions
2aaaad5981206379c1a7e7c8af3dc3d6aa26e2e7 to a14daa6c39aed9bba32684872d03afc7778db61e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/libdap-server-udp
Select target project
No results found
a14daa6c39aed9bba32684872d03afc7778db61e
Select Git revision
Swap
Target
cellframe/libdap-server-udp
Select target project
cellframe/libdap-server-udp
1 result
2aaaad5981206379c1a7e7c8af3dc3d6aa26e2e7
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Windows build fixed
· bc2b2cc1
Constantin Papizh
authored
5 years ago
bc2b2cc1
Merge branch 'bugs-2658' into 'master'
· a14daa6c
dmitriy.gerasimov
authored
5 years ago
Windows build fixed See merge request
!3
a14daa6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
with
0 additions
and
1 deletion
CMakeLists.txt
View file @
a14daa6c
...
...
@@ -28,7 +28,6 @@ if(WIN32)
include_directories
(
../3rdparty/wepoll/include/
)
include_directories
(
../3rdparty/uthash/src/
)
include_directories
(
../3rdparty/libjson-c/
)
include_directories
(
../3rdparty/libmagic/src/
)
include_directories
(
../3rdparty/curl/include/
)
endif
()
...
...
This diff is collapsed.
Click to expand it.