Skip to content

Commit

Permalink
PREFIX をクリアする
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Sep 1, 2018
1 parent d617a48 commit 05d7189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sakura_lang_en_US/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ endif(MSVC)
# fix the error 'Missing variable is: CMAKE_RC_CREATE_SHARED_LIBRARY'
# https://cmake.org/pipermail/cmake/2012-January/048647.html
set_target_properties(${project_name} PROPERTIES LINKER_LANGUAGE "CXX" )

# https://cmake.org/cmake/help/v3.0/prop_tgt/PREFIX.html?highlight=prefix
set_target_properties(${project_name} PROPERTIES PREFIX "" )

0 comments on commit 05d7189

Please sign in to comment.