Skip to content

Commit

Permalink
CMakeLists.txtのインストール先をヘッダに書くよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashimoto Masahiko committed Nov 7, 2014
1 parent 1e383c5 commit 277fd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.8)
PROJECT(izumo C)

SET(IZUMO_ACCESS_FILE "/usr/local/share/izumo/hosts.izumo")
SET(IZUMO_DICHOME "/usr/local/share/izumo/dic")
SET(IZUMO_ACCESS_FILE "${CMAKE_INSTALL_PREFIX}/share/izumo/hosts.izumo")
SET(IZUMO_DICHOME "${CMAKE_INSTALL_PREFIX}/share/izumo/dic")
SET(IZUMO_ERRDIR "/var/log")
SET(IR_UNIX_DIR "/tmp/.iroha_unix")
SET(IR_UNIX_SOCKNAME "IROHA")
Expand Down

0 comments on commit 277fd37

Please sign in to comment.