mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 21:15:05 +00:00
#108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIR
This commit is contained in:
parent
73b67041d8
commit
71c656e0e9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ if (BUILD_NC_TESTS)
|
|||
" Either install Python or set BUILD_NC_TESTS to FALSE and try again.")
|
||||
endif ()
|
||||
set (SRCDIR "${CMAKE_CURRENT_SOURCE_DIR}/nc")
|
||||
set (TMPDIR "${gflags_BINARY_DIR}/Testing/Temporary")
|
||||
set (TMPDIR "${PROJECT_BINARY_DIR}/Testing/Temporary")
|
||||
configure_file (gflags_nc.py.in "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/nc.py" @ONLY)
|
||||
macro (add_gflags_nc_test name)
|
||||
add_test (
|
||||
|
|
Loading…
Add table
Reference in a new issue