Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
7513ec55
Commit
7513ec55
authored
Jul 02, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed eos-config* CMake files since it's now header-only
parent
00ff7810
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
24 deletions
+0
-24
eos-config-version.cmake.in
eos-config-version.cmake.in
+0
-11
eos-config.cmake
eos-config.cmake
+0
-13
No files found.
eos-config-version.cmake.in
deleted
100644 → 0
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()
eos-config.cmake
deleted
100644 → 0
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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment