Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simc-file-input
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
jlab
simc-file-input
Commits
91e8a0e0
Commit
91e8a0e0
authored
6 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
bugfix in cmake build
parent
77caedbd
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1554
passed
6 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
CTP/CMakeLists.txt
+2
-2
2 additions, 2 deletions
CTP/CMakeLists.txt
nanocernlib
+1
-1
1 addition, 1 deletion
nanocernlib
with
5 additions
and
4 deletions
CMakeLists.txt
+
2
−
1
View file @
91e8a0e0
...
...
@@ -4,7 +4,8 @@
## PROJECT: SIMC (Cmake build with file input)
################################################################################
cmake_minimum_required
(
VERSION 3.8
)
project
(
simc VERSION 1.0.0
)
project
(
simc VERSION 1.0.0 LANGUAGES CXX
)
################################################################################
## CMAKE Settings
...
...
This diff is collapsed.
Click to expand it.
CTP/CMakeLists.txt
+
2
−
2
View file @
91e8a0e0
...
...
@@ -75,14 +75,14 @@ add_library(${LIBRARY} STATIC
${
RPC_SVC_SOURCE
}
${
RPC_XDR_SOURCE
}
${
RPC_HEADER
}
)
set_target_properties
(
${
LIBRARY
}
PROPERTIES
VERSION
${
PROJECT_VERSION
}
SOVERSION
${
PROJECT_
MAJOR_
VERSION
}
)
SOVERSION
${
PROJECT_VERSION
_MAJOR
}
)
add_library
(
${
CLIENT_LIBRARY
}
STATIC
${
CLIENT_SOURCES
}
${
RPC_CLNT_SOURCE
}
${
RPC_XDR_SOURCE
}
${
RPC_HEADER
}
)
set_target_properties
(
${
LIBRARY
}
PROPERTIES
VERSION
${
PROJECT_VERSION
}
SOVERSION
${
PROJECT_
MAJOR_
VERSION
}
)
SOVERSION
${
PROJECT_VERSION
_MAJOR
}
)
add_executable
(
${
PROGRAM
}
${
MAKEREG_SOURCES
}
)
target_link_libraries
(
${
PROGRAM
}
...
...
This diff is collapsed.
Click to expand it.
nanocernlib
@
13987d31
Compare
60d4533e
...
13987d31
Subproject commit
60d4533ecaff8a49e71981f7c419fdd910a9e767
Subproject commit
13987d3179c837fd1e8a1c3e40848b8b31085fe5
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