Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libxsd
Commits
5759c150
Commit
5759c150
authored
6 years ago
by
Ronan
Browse files
Options
Download
Plain Diff
Merge branch 'fix/remove-useless-c++-compiler-check' into 'bc'
Remove useless C++ compiler check. See merge request
!1
parents
34af5de2
47be0c60
bc
1 merge request
!1
Remove useless C++ compiler check.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
5759c150
...
...
@@ -22,7 +22,7 @@
cmake_minimum_required
(
VERSION 3.0
)
project
(
libxsd VERSION 4.0.0 LANGUAGES
CXX
)
project
(
libxsd VERSION 4.0.0 LANGUAGES
NONE
)
install
(
DIRECTORY xsd
DESTINATION include
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets