Skip to content

Commit ba22f69

Browse files
authored
Apply suggestion from @ferdymercury
1 parent 7c41eb4 commit ba22f69

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

builtins/unuran/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ set(ROOT_UNURAN_INCLUDE_DIR ${ROOT_UNURAN_PREFIX}/include)
6666
file(MAKE_DIRECTORY ${ROOT_UNURAN_INCLUDE_DIR})
6767
add_library(Unuran::unuran IMPORTED STATIC GLOBAL)
6868
add_dependencies(Unuran::unuran BUILTIN_UNURAN)
69-
target_compile_definitions(Unuran::unuran INTERFACE HAVE_CONFIG_H)
7069
set_target_properties(Unuran::unuran PROPERTIES
7170
IMPORTED_LOCATION ${ROOT_UNURAN_LIBRARY}
7271
INTERFACE_INCLUDE_DIRECTORIES ${ROOT_UNURAN_INCLUDE_DIR})

0 commit comments

Comments
 (0)