summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Blum2013-07-27 19:04:23 -0700
committerJosh Blum2013-07-27 19:04:23 -0700
commit9ee559e8be429e6ca18858de668289cf66e19a0f (patch)
tree491c0a26bb71afbabb15bb5b60985b460028da4d /tests
parent7a677f768094fecfbb04e7b803c99cc2787153a2 (diff)
downloadsandhi-9ee559e8be429e6ca18858de668289cf66e19a0f.tar.gz
sandhi-9ee559e8be429e6ca18858de668289cf66e19a0f.tar.bz2
sandhi-9ee559e8be429e6ca18858de668289cf66e19a0f.zip
gras: dont need native path here, boost fs can handle it
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 3c82320..61d0146 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -64,7 +64,6 @@ target_link_libraries(example_module ${GRAS_LIBRARIES})
get_target_property(example_module_location example_module LOCATION)
string(REPLACE "$(Configuration)" ${CMAKE_BUILD_TYPE} example_module_location ${example_module_location})
-file(TO_NATIVE_PATH "${example_module_location}" example_module_location)
message(STATUS "example_module_location: ${example_module_location}")
list(APPEND GR_TEST_ENVIRONS "GRAS_MODULE_PATH=${example_module_location}")