Update performance scripts (#3532)
* update performance script to work with out-of-source build * update displayed messages and remove perf.rc file * remove .gitignore in performance folder
This commit is contained in:
@@ -149,9 +149,9 @@ add_subdirectory (scripts)
|
||||
if (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||
add_subdirectory (test EXCLUDE_FROM_ALL)
|
||||
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||
if (EXISTS performance)
|
||||
if (EXISTS ${CMAKE_SOURCE_DIR}/performance)
|
||||
add_subdirectory (performance EXCLUDE_FROM_ALL)
|
||||
endif (EXISTS performance)
|
||||
endif (EXISTS ${CMAKE_SOURCE_DIR}/performance)
|
||||
|
||||
set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
|
||||
foreach (doc_FILE ${doc_FILES})
|
||||
|
||||
Reference in New Issue
Block a user