Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPScore
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JuPedSim
JPScore
Commits
5613fd8a
Commit
5613fd8a
authored
Nov 8, 2018
by
Mohcine Chraibi
Browse files
Options
Downloads
Patches
Plain Diff
add install path for brew
parent
3e347935
No related branches found
No related tags found
1 merge request
!38
Cmake subprojects
Pipeline
#14301
failed
Nov 8, 2018
Stage: configure
Stage: compile
Stage: unit_test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
with
2 additions
and
1 deletion
CMakeLists.txt
+
2
−
1
View file @
5613fd8a
...
...
@@ -186,6 +186,7 @@ if (APPLE)
execute_process
(
COMMAND brew --prefix RESULT_VARIABLE DETECT_BREW OUTPUT_VARIABLE BREW_PREFIX ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE
)
if
(
${
DETECT_BREW
}
EQUAL 0
)
link_directories
(
${
BREW_PREFIX
}
/lib
)
set
(
CMAKE_INSTALL_PREFIX
"/usr/local/Cellar"
)
message
(
STATUS
"Brew detected: "
${
SPACES
}
"
${
BREW_PREFIX
}
"
)
endif
()
endif
()
...
...
@@ -778,7 +779,7 @@ endif()
IF
(
UNIX
)
SET
(
CPACK_GENERATOR
"DEB"
)
SET
(
CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON
)
SET
(
CPACK_DEBIAN_PACKAGE_HOMEPAGE
"http://jupedsim.org"
)
SET
(
CPACK_DEBIAN_PACKAGE_HOMEPAGE
"http
s
://jupedsim.org"
)
SET
(
CPACK_DEBIAN_PACKAGE_SUGGESTS,
"jpsvis, jpsreport, jpseditor"
)
SET
(
CPACK_DEBIAN_PACKAGE_PRIORITY
"optional"
)
SET
(
CPACK_DEBIAN_PACKAGE_SECTION
"science"
)
...
...
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