Skip to content

Commit

Permalink
Fix typo in the CMake install target on Windows (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 authored and chschulte committed Dec 19, 2018
1 parent 0014735 commit 5c60e81
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
Expand Up @@ -450,7 +450,7 @@ if(WIN32)
${PROJECT_BINARY_DIR}/tools/flatzinc/mzn-gecode.bat
@ONLY
)
set(MZN_SCRIPT ${PROJECT_BINARY_DIR}tools/flatzinc/mzn-gecode.bat)
set(MZN_SCRIPT ${PROJECT_BINARY_DIR}/tools/flatzinc/mzn-gecode.bat)
else()
configure_file(
${PROJECT_SOURCE_DIR}/tools/flatzinc/mzn-gecode.in
Expand Down

0 comments on commit 5c60e81

Please sign in to comment.