Skip to content

Commit

Permalink
Removing build constraint from test and fixing more quotations around…
Browse files Browse the repository at this point in the history
… build TAGS
  • Loading branch information
Michael Gibson committed Apr 22, 2014
1 parent f418991 commit f210606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (NOT INCLUDE_GEOIP)
message(STATUS "GeoIP.h was not found, GeoIP functionality will not be included in this build.")
else()
message(STATUS "GeoIP.h found. Enabling GeoIP plugin.")
set(TAGS ${TAGS} geoip)
set(TAGS "${TAGS} geoip")
endif()

option(BENCHMARK "Enable the benchmark tests" off)
Expand Down
2 changes: 0 additions & 2 deletions plugins/geoip/geoip_decoder_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build geoip

/***** BEGIN LICENSE BLOCK *****
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
Expand Down

0 comments on commit f210606

Please sign in to comment.