Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_sisso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
cpp_sisso
Commits
662f49fd
Commit
662f49fd
authored
4 years ago
by
Thomas Purcell
Browse files
Options
Downloads
Patches
Plain Diff
Remove .removed_features from the build
parent
4abd8d29
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+3
-0
3 additions, 0 deletions
src/CMakeLists.txt
with
3 additions
and
0 deletions
src/CMakeLists.txt
+
3
−
0
View file @
662f49fd
...
@@ -7,7 +7,10 @@ message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
...
@@ -7,7 +7,10 @@ message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
file
(
GLOB_RECURSE SISSOPP_SOURCES *.cpp
)
file
(
GLOB_RECURSE SISSOPP_SOURCES *.cpp
)
file
(
GLOB_RECURSE NOT_SISSOPP_SOURCES python/*.cpp
)
file
(
GLOB_RECURSE NOT_SISSOPP_SOURCES python/*.cpp
)
file
(
GLOB_RECURSE REMOVED .removed_features/*.cpp
)
list
(
REMOVE_ITEM SISSOPP_SOURCES
${
NOT_SISSOPP_SOURCES
}
)
list
(
REMOVE_ITEM SISSOPP_SOURCES
${
NOT_SISSOPP_SOURCES
}
)
list
(
REMOVE_ITEM SISSOPP_SOURCES
${
REMOVED
}
)
list
(
REMOVE_ITEM SISSOPP_SOURCES
${
CMAKE_CURRENT_LIST_DIR
}
/main.cpp
)
list
(
REMOVE_ITEM SISSOPP_SOURCES
${
CMAKE_CURRENT_LIST_DIR
}
/main.cpp
)
if
(
NOT BUILD_PARAMS
)
if
(
NOT BUILD_PARAMS
)
...
...
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