Skip to content

Commit

Permalink
build: skip creating directory command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattaa committed Dec 12, 2024
1 parent 07bca76 commit 6bf1425
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if (NOT LUA_SCRIPTS_INSTALL_PATH)
endif()
set(DEFAULT_SCRIPT_PATH "${LUA_SCRIPTS_INSTALL_PATH}/lsr.lua")

file(MAKE_DIRECTORY "${LUA_SCRIPTS_INSTALL_PATH}")

add_executable(lsr ${SRCS})

target_compile_definitions(lsr PRIVATE DEFAULT_SCRIPT_PATH="${DEFAULT_SCRIPT_PATH}")
Expand Down

0 comments on commit 6bf1425

Please sign in to comment.