Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GATB
gatb-core
Commits
92595cce
Commit
92595cce
authored
Feb 08, 2016
by
DURAND Patrick
Browse files
for compatibility with autonomous gatb-tools
parent
35622d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/cmake/GatbCore.cmake
View file @
92595cce
...
...
@@ -33,7 +33,7 @@ SET (GATB_CORE_INSTALL_EXCLUDE "1")
# We look for the gatb-core directory
# We look for the gatb-core directory
# WARNING: GATB-core has to be in one of the following HARDCODED locations in your project!!
LOOKUP_PATH
(
"gatb-core"
"gatb-core/gatb-core;../thirdparty/gatb-core;../../thirdparty/gatb-core/gatb-core;thirdparty/gatb-core"
${
PROJECT_SOURCE_DIR
}
GATB_CORE_PATH
)
LOOKUP_PATH
(
"gatb-core"
"gatb-core/gatb-core;../thirdparty/gatb-core;../../thirdparty/gatb-core/gatb-core;thirdparty/gatb-core
;thirdparty/gatb-core/gatb-core
"
${
PROJECT_SOURCE_DIR
}
GATB_CORE_PATH
)
# we depend on gatb-core; here, we define where to find all the required material
add_subdirectory
(
${
GATB_CORE_PATH
}
"
${
CMAKE_CURRENT_BINARY_DIR
}
/ext/gatb-core"
)
...
...
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