mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2025-04-03 01:12:08 +00:00
Fix #251
This commit is contained in:
parent
630ab6a5c2
commit
6685012847
@ -10,7 +10,7 @@ else()
|
|||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(PEGLIB_BUILD_TESTS "Build cpp-peglib tests" ON)
|
option(BUILD_TESTS "Build cpp-peglib tests" ON)
|
||||||
|
|
||||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
@ -24,7 +24,7 @@ add_subdirectory(lint)
|
|||||||
add_subdirectory(example)
|
add_subdirectory(example)
|
||||||
# add_subdirectory(cymbol)
|
# add_subdirectory(cymbol)
|
||||||
|
|
||||||
if (${PEGLIB_BUILD_TESTS})
|
if (${BUILD_TESTS})
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user