Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
Simox
Commits
e8cc38de
Commit
e8cc38de
authored
9 years ago
by
Nikolaus Vahrenkamp
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes in cmake macro paths
parent
cb74eaed
No related branches found
Branches containing commit
Tags
v2.3.48
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeModules/SimoxConfig.cmake.in
+2
-2
2 additions, 2 deletions
CMakeModules/SimoxConfig.cmake.in
with
2 additions
and
2 deletions
CMakeModules/SimoxConfig.cmake.in
+
2
−
2
View file @
e8cc38de
...
...
@@ -28,7 +28,7 @@ set(Simox_EXECUTABLE "@Simox_EXECUTABLE@")
if(EXISTS "${Simox_CMAKE_DIR}/CMakeCache.txt")
# In build tree
message(STATUS "Using Simox Source-Build from: ${Simox_
CURRENT_
CMAKE_DIR}")
message(STATUS "Using Simox Source-Build from: ${Simox_CMAKE_DIR}")
include("${Simox_CMAKE_DIR}/SimoxBuildTreeSettings.cmake")
else()
# Installed project
...
...
@@ -58,6 +58,6 @@ SET(Simox_EXTERNAL_CMAKE_INCLUDE "@Simox_EXTERNAL_CMAKE_INCLUDE@")
if (NOT (Simox_FIND_QUIETLY OR VirtualRobot_FIND_QUIETLY))
MESSAGE(STATUS " * Including ${Simox_
C
MA
K
E_DIR}/SimoxMacros.cmake")
MESSAGE(STATUS " * Including ${Simox_MA
CROS_INCLUD
E_DIR}/SimoxMacros.cmake")
endif()
include(${Simox_MACROS_INCLUDE_DIR}/SimoxMacros.cmake)
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