Commit e63e8cdc authored by Clinton Stimpson's avatar Clinton Stimpson
Browse files

Some fixes for building with the Intel compiler.

No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -53,6 +53,9 @@ configure_file(
add_library(verdict ${verdict_SOURCES})
target_include_directories(verdict PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>)
if(UNIX)
target_link_libraries(verdict PRIVATE m)
endif()
# Setting the VERSION and SOVERSION of a library will include
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment