Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
9aaf4b3b
Commit
9aaf4b3b
authored
14 years ago
by
Merov Linden
Browse files
Options
Downloads
Patches
Plain Diff
STORM-981 : Fix Linux link issues when LL_TESTS is ON
parent
76cb9a77
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/cmake/GoogleMock.cmake
+3
-2
3 additions, 2 deletions
indra/cmake/GoogleMock.cmake
indra/cmake/LLAddBuildTest.cmake
+0
-5
0 additions, 5 deletions
indra/cmake/LLAddBuildTest.cmake
with
4 additions
and
7 deletions
doc/contributions.txt
+
1
−
0
View file @
9aaf4b3b
...
@@ -86,6 +86,7 @@ Aleric Inglewood
...
@@ -86,6 +86,7 @@ Aleric Inglewood
VWR-24320
VWR-24320
VWR-24321
VWR-24321
VWR-24354
VWR-24354
VWR-24366
VWR-24519
VWR-24519
SNOW-84
SNOW-84
SNOW-477
SNOW-477
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/GoogleMock.cmake
+
3
−
2
View file @
9aaf4b3b
...
@@ -8,9 +8,10 @@ set(GOOGLEMOCK_INCLUDE_DIRS
...
@@ -8,9 +8,10 @@ set(GOOGLEMOCK_INCLUDE_DIRS
${
LIBS_PREBUILT_DIR
}
/include
)
${
LIBS_PREBUILT_DIR
}
/include
)
if
(
LINUX
)
if
(
LINUX
)
# VWR-24366: gmock is underlinked, it needs gtest.
set
(
GOOGLEMOCK_LIBRARIES
set
(
GOOGLEMOCK_LIBRARIES
gmock
gmock
-Wl,--no-as-needed
gtest
)
gtest
-Wl,--as-needed
)
elseif
(
WINDOWS
)
elseif
(
WINDOWS
)
set
(
GOOGLEMOCK_LIBRARIES
set
(
GOOGLEMOCK_LIBRARIES
gmock
)
gmock
)
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/LLAddBuildTest.cmake
+
0
−
5
View file @
9aaf4b3b
...
@@ -57,11 +57,6 @@ INCLUDE(GoogleMock)
...
@@ -57,11 +57,6 @@ INCLUDE(GoogleMock)
${
CMAKE_SOURCE_DIR
}
/test/test.h
${
CMAKE_SOURCE_DIR
}
/test/test.h
)
)
# Use the default flags
if
(
LINUX
)
SET
(
CMAKE_EXE_LINKER_FLAGS
""
)
endif
(
LINUX
)
# start the source test executable definitions
# start the source test executable definitions
SET
(
${
project
}
_TEST_OUTPUT
""
)
SET
(
${
project
}
_TEST_OUTPUT
""
)
FOREACH
(
source
${
sources
}
)
FOREACH
(
source
${
sources
}
)
...
...
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