Skip to content

Commit

Permalink
no more GOPATH for CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Jul 14, 2015
1 parent b4625cf commit eff5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ IF (DEFINED FORESTDB_TARGET)
ENDIF (DEFINED FORESTDB_TARGET)

GoInstall (TARGET cbft PACKAGE github.com/couchbaselabs/cbft/cmd/cbft
GOPATH "$ENV{GOPATH}" "${PROJECT_SOURCE_DIR}/../../../.." "${GODEPSDIR}"
GOPATH "${PROJECT_SOURCE_DIR}/../../../.." "${GODEPSDIR}"
${_forestdb_dep}
CGO_INCLUDE_DIRS "${FORESTDB_INCLUDE_DIR}"
CGO_LIBRARY_DIRS "${FORESTDB_LIBRARY_DIR}"
Expand Down

0 comments on commit eff5148

Please sign in to comment.