mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
replace backslashes with forward slashes in conda path
This commit is contained in:
parent
0be7563f8b
commit
7c333ad923
|
@ -5,6 +5,8 @@ if(NOT MSVC)
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
endif()
|
||||
|
||||
string(REGEX REPLACE "\\\\" "/" CONDA_ROOT ${CONDA_ROOT})
|
||||
|
||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/setup.py")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user