Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Sylvain Joubert
KWSys
Commits
ca0f7f87
Commit
ca0f7f87
authored
21 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
ERR: Must include Dart module after PROJECT command.
parent
1a9b0380
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+8
-6
8 additions, 6 deletions
CMakeLists.txt
with
8 additions
and
6 deletions
CMakeLists.txt
+
8
−
6
View file @
ca0f7f87
...
...
@@ -77,18 +77,20 @@ IF(NOT KWSYS_NAMESPACE)
SET
(
KWSYS_USE_Process 1
)
SET
(
KWSYS_USE_RegularExpression 1
)
SET
(
KWSYS_USE_SystemTools 1
)
ENDIF
(
NOT KWSYS_NAMESPACE
)
#-----------------------------------------------------------------------------
# The project name is that of the specified namespace.
PROJECT
(
${
KWSYS_NAMESPACE
}
)
# Enable testing.
# Enable testing if building standalone.
IF
(
KWSYS_STANDALONE
)
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/Dart.cmake
)
MARK_AS_ADVANCED
(
BUILD_TESTING DART_ROOT TCL_TCLSH
)
IF
(
BUILD_TESTING
)
ENABLE_TESTING
()
ENDIF
(
BUILD_TESTING
)
ENDIF
(
NOT KWSYS_NAMESPACE
)
#-----------------------------------------------------------------------------
# The project name is that of the specified namespace.
PROJECT
(
${
KWSYS_NAMESPACE
}
)
ENDIF
(
KWSYS_STANDALONE
)
# Do full dependency headers.
INCLUDE_REGULAR_EXPRESSION
(
"^.*$"
)
...
...
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