Skip to content

Commit 5c60e81

Browse files
Dekker1chschulte
authored andcommitted
Fix typo in the CMake install target on Windows (#42)
1 parent 0014735 commit 5c60e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ if(WIN32)
450450
${PROJECT_BINARY_DIR}/tools/flatzinc/mzn-gecode.bat
451451
@ONLY
452452
)
453-
set(MZN_SCRIPT ${PROJECT_BINARY_DIR}tools/flatzinc/mzn-gecode.bat)
453+
set(MZN_SCRIPT ${PROJECT_BINARY_DIR}/tools/flatzinc/mzn-gecode.bat)
454454
else()
455455
configure_file(
456456
${PROJECT_SOURCE_DIR}/tools/flatzinc/mzn-gecode.in

0 commit comments

Comments
 (0)