Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
677e73cb
Commit
677e73cb
authored
Aug 09, 2016
by
Chaoren Lin
Committed by
Brad King
Aug 09, 2016
Browse files
Tests: Fix RunCMake.Framework on case sensitive file systems.
The file is lowercase: Tests/RunCMake/Framework/osx.cmake
parent
4689d16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/RunCMake/Framework/RunCMakeTest.cmake
View file @
677e73cb
...
...
@@ -20,7 +20,7 @@ unset(RunCMake_TEST_OPTIONS)
set
(
RunCMake_TEST_BINARY_DIR
${
RunCMake_BINARY_DIR
}
/OSXFrameworkLayout-build
)
set
(
RunCMake_TEST_NO_CLEAN 1
)
set
(
RunCMake_TEST_OPTIONS
"-DCMAKE_TOOLCHAIN_FILE=
${
RunCMake_SOURCE_DIR
}
/
OSX
.cmake"
)
set
(
RunCMake_TEST_OPTIONS
"-DCMAKE_TOOLCHAIN_FILE=
${
RunCMake_SOURCE_DIR
}
/
osx
.cmake"
)
file
(
REMOVE_RECURSE
"
${
RunCMake_TEST_BINARY_DIR
}
"
)
file
(
MAKE_DIRECTORY
"
${
RunCMake_TEST_BINARY_DIR
}
"
)
...
...
Brad King
💬
@brad.king
mentioned in commit
655d242b
·
Aug 10, 2016
mentioned in commit
655d242b
mentioned in commit 655d242b90a06c5904b67ce063361dfb646e85b3
Toggle commit list
Write
Preview
Supports
Markdown
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