mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Fixing test fs case sensitivity garbage files in the source dir (#61)
* Fixing test fs case sensitivity minor issue where files where not created in the CMAKE_BINARY_DIR --------- Co-authored-by: DiGMi <digmi@convexum.com>
This commit is contained in:
parent
020831e5ad
commit
f266584c9a
@ -159,8 +159,8 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${CMAKE_COMMAND} -E touch test_fs_support_case_sensitivity
|
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_BINARY_DIR}/test_fs_support_case_sensitivity
|
||||||
COMMAND ${CMAKE_COMMAND} -E touch test_fs_support_CASE_sensitivity)
|
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_BINARY_DIR}/test_fs_support_CASE_sensitivity)
|
||||||
file(GLOB TEST_FILE_LIST ${CMAKE_BINARY_DIR}/test_fs_support_*_sensitivity)
|
file(GLOB TEST_FILE_LIST ${CMAKE_BINARY_DIR}/test_fs_support_*_sensitivity)
|
||||||
list(LENGTH TEST_FILE_LIST TEST_FILE_COUNT)
|
list(LENGTH TEST_FILE_LIST TEST_FILE_COUNT)
|
||||||
if(TEST_FILE_COUNT EQUAL 2)
|
if(TEST_FILE_COUNT EQUAL 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user