Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Show more breadcrumbs
Richard Torenvliet
eos
Commits
7513ec55
Commit
7513ec55
authored
9 years ago
by
Patrik Huber
Browse files
Options
Downloads
Patches
Plain Diff
Removed eos-config* CMake files since it's now header-only
parent
00ff7810
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
eos-config-version.cmake.in
+0
-11
0 additions, 11 deletions
eos-config-version.cmake.in
eos-config.cmake
+0
-13
0 additions, 13 deletions
eos-config.cmake
with
0 additions
and
24 deletions
eos-config-version.cmake.in
deleted
100644 → 0
+
0
−
11
View file @
00ff7810
set(PACKAGE_VERSION "@eos_VERSION@")
# Check whether the requested PACKAGE_FIND_VERSION is compatible:
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
set(PACKAGE_VERSION_COMPATIBLE TRUE)
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()
This diff is collapsed.
Click to expand it.
eos-config.cmake
deleted
100644 → 0
+
0
−
13
View file @
00ff7810
# CMake config file for the eos library
# -------------------------------------
# It defines the following variables:
# eos_INCLUDE_DIRS - the eos include directory
# and the target 'eos' to link against.
# Get the absolute path of this file:
get_filename_component
(
SELF_DIR
"
${
CMAKE_CURRENT_LIST_FILE
}
"
PATH
)
set
(
eos_INCLUDE_DIRS
"
${
SELF_DIR
}
/include"
)
# Defines our library target and its dependencies:
include
(
${
SELF_DIR
}
/eos-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