Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Jun 12, 2020
1 parent 26f8f7c commit 8937625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ elseif (APPLE)
set(KIMAGEANNOTATOR_LANG_INSTAL_DIR "../Resources")
elseif (UNIX)
set(KIMAGEANNOTATOR_LANG_INSTAL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/kImageAnnotator/translations")
set(TEST123 "//kImageAnnotator/translations")
string(REGEX REPLACE "//" "/" KIMAGEANNOTATOR_LANG_INSTAL_DIR "${KIMAGEANNOTATOR_LANG_INSTAL_DIR}")
endif ()

Expand Down

0 comments on commit 8937625

Please sign in to comment.