Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
36b9ed2b
Commit
36b9ed2b
authored
Feb 15, 2018
by
Max Lyon
Browse files
Merge branch 'cmake_source_dir' into 'master'
Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR See merge request
!27
parents
5763ee56
64f8d19a
Pipeline
#6220
passed with stage
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
36b9ed2b
...
...
@@ -10,7 +10,7 @@ if("${PROJECT_NAME}" STREQUAL "")
endif
()
# add our macro directory to cmake search path
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_SOURCE_DIR
}
/cmake
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/cmake
)
set
(
CMAKE_DEBUG_POSTFIX
"d"
)
# include our cmake files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment