Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
tsid
Commits
d2d6618d
Unverified
Commit
d2d6618d
authored
Nov 20, 2020
by
Thomas PEYRUCAIN
Committed by
GitHub
Nov 20, 2020
Browse files
Fix CMake error (#114)
parent
e425995f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d2d6618d
...
...
@@ -267,7 +267,9 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
ENDIF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
ADD_SUBDIRECTORY
(
bindings
)
ADD_SUBDIRECTORY
(
tests
)
IF
(
BUILD_TESTING
)
ADD_SUBDIRECTORY
(
tests
)
ENDIF
(
BUILD_TESTING
)
# --- PACKAGING ----------------------------------------------------------------
PKG_CONFIG_APPEND_LIBS
(
${
PROJECT_NAME
}
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment