Skip to content

Commit

Permalink
extraneous ;
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 14, 2012
1 parent 6914cdc commit 3a0bc64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/BuildSetup-embed.jenkins
Expand Up @@ -17,6 +17,7 @@ SET(WITH_ICONV ON CACHE TYPE "")
SET(WITH_LIBXML2 ON CACHE TYPE "")
SET(WITH_ORACLE ON CACHE TYPE "")
SET(WITH_LASZIP ON CACHE TYPE "")
SET(WITH_PYTHON ON CACHE TYPE "")
SET(LASZIP_INCLUDE_DIR "/var/lib/jenkins/local/include" CACHE TYPE "")
SET(LASZIP_LIBRARY "/var/lib/jenkins/local/lib/liblaszip.so" CACHE TYPE "")
SET(WITH_MRSID OFF CACHE TYPE "")
Expand Down
1 change: 1 addition & 0 deletions test/BuildSetup.jenkins
Expand Up @@ -17,6 +17,7 @@ SET(WITH_ICONV ON CACHE TYPE "")
SET(WITH_LIBXML2 ON CACHE TYPE "")
SET(WITH_ORACLE ON CACHE TYPE "")
SET(WITH_LASZIP ON CACHE TYPE "")
SET(WITH_PYTHON ON CACHE TYPE "")
SET(LASZIP_INCLUDE_DIR "/var/lib/jenkins/local/include" CACHE TYPE "")
SET(LASZIP_LIBRARY "/var/lib/jenkins/local/lib/liblaszip.so" CACHE TYPE "")
SET(BOOST_ROOT "/var/lib/jenkins/local/include" CACHE TYPE "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit/main.cpp
Expand Up @@ -44,7 +44,7 @@ struct PythonConfig
PythonConfig() { ::pdal::plang::Environment::startup(); }
~PythonConfig() { ::pdal::plang::Environment::shutdown(); }
};
BOOST_GLOBAL_FIXTURE( PythonConfig );
BOOST_GLOBAL_FIXTURE( PythonConfig )
#endif

#include "TestConfig.hpp"
Expand Down

0 comments on commit 3a0bc64

Please sign in to comment.