mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 07:32:23 +00:00
Merge pull request #40 from Axel-Naumann/cmake-srcdir-sync_codepy
make fails to find sync_code.py with just "../doc".
This commit is contained in:
@@ -102,7 +102,7 @@ else()
|
||||
endif()
|
||||
|
||||
# sync examples in documentation with example folder
|
||||
add_custom_target(sync_examples ALL COMMAND python ../doc/sync_code.py)
|
||||
add_custom_target(sync_examples ALL COMMAND python ${PROJECT_SOURCE_DIR}/../doc/sync_code.py)
|
||||
|
||||
# checks
|
||||
if(BUILD_CHECKS)
|
||||
|
||||
Reference in New Issue
Block a user