Skip to content

Commit

Permalink
Merge pull request #13 from ocefpaf/enable_logging
Browse files Browse the repository at this point in the history
Enable logging
  • Loading branch information
ocefpaf authored Dec 25, 2016
2 parents 0b6a591 + 5809375 commit e2e66d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cmake -D CMAKE_INSTALL_PREFIX=$PREFIX \
-D ENABLE_TESTS=OFF \
-D BUILD_UTILITIES=ON \
-D ENABLE_DOXYGEN=OFF \
-D ENABLE_LOGGING=ON \
$SRC_DIR
make
# ctest # Run only for the shared lib build to save time.
Expand All @@ -26,6 +27,7 @@ cmake -D CMAKE_INSTALL_PREFIX=$PREFIX \
-D ENABLE_TESTS=OFF \
-D BUILD_UTILITIES=ON \
-D ENABLE_DOXYGEN=OFF \
-D ENABLE_LOGGING=ON \
$SRC_DIR
make
ctest
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- semantics.c.patch # [win]

build:
number: 1
number: 2
features:
- vc9 # [win and py27]
- vc10 # [win and py34]
Expand Down

0 comments on commit e2e66d5

Please sign in to comment.