Skip to content

Commit

Permalink
still hardcoded path in CMakeLists.txt, should fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 1, 2014
1 parent 59aa443 commit 313aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(editorconfig-core-test NONE)
enable_testing()
set(EDITORCONFIG_CMD "c:\\Projects\\editorconfig-core-net\\src\\EditorConfig.Console\\bin\\Debug\\editorconfig.exe")
set(EDITORCONFIG_CMD "c:\\Projects\\ecn\src\\EditorConfig.App\\bin\\Debug\\editorconfig.exe")
add_subdirectory(tests)

0 comments on commit 313aeb1

Please sign in to comment.